pgsql-server/src/interfaces/jdbc/org/postgresq ...

From: barry(at)postgresql(dot)org (Barry Lind)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/interfaces/jdbc/org/postgresq ...
Date: 2003-01-14 09:13:51
Message-ID: 20030114091351.EBD9F475E2B@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: barry(at)postgresql(dot)org 03/01/14 04:13:51

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

Log message:
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

Browse pgsql-committers by date

  From Date Subject
Next Message Barry Lind 2003-01-14 09:15:35 pgsql-server/src/interfaces/jdbc/org/postgresq ...
Previous Message Barry Lind 2003-01-14 05:46:49 pgsql-server/src/interfaces/jdbc/org/postgresq ...