Christian Cryder wrote:
> From my perspective, there needs to be a way for the JDBC driver to
> know what type of timestamp you are working with. [...]
How about this mapping?
setTimestamp(int,Timestamp) -> timestamp
setTimestamp(int,Timestamp,Calendar) -> timestamptz
-O