]> granicus.if.org Git - postgresql/commit
Patch from Florian Wunderlich to correctly support java Timestamps. Previously
authorBarry Lind <barry@xythos.com>
Tue, 14 Jan 2003 09:13:51 +0000 (09:13 +0000)
committerBarry Lind <barry@xythos.com>
Tue, 14 Jan 2003 09:13:51 +0000 (09:13 +0000)
commitfeefc329bd64ee552d12c8e40bed76e3573c3fa4
tree99ec08b4d46f87d7227d2f115896516f1438f0f4
parent9db065ba56558b5556c2293fdc417d315d0cf71d
Patch from Florian Wunderlich to correctly support java Timestamps.  Previously
the code would only capture milliseconds where as both postgres and the java
Timestamp object support greater resolution.
Also fixed a bug reported by Rhett Sutphin where the last digit of the
fractional seconds was lost when using timestamp without time zone

 Modified Files:
  jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java
  jdbc/org/postgresql/test/jdbc2/TimestampTest.java
src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java
src/interfaces/jdbc/org/postgresql/test/jdbc2/TimestampTest.java