-
- Downloads
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
Showing
- src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java 51 additions, 22 deletions...ces/jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java
- src/interfaces/jdbc/org/postgresql/test/jdbc2/TimestampTest.java 32 additions, 13 deletions...erfaces/jdbc/org/postgresql/test/jdbc2/TimestampTest.java
Loading
Please register or sign in to comment