Thread: pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...

pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...

From
Bruce Momjian - CVS
Date:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    momjian@hub.org    01/01/13 13:52:42

Modified files:
    src/interfaces/jdbc/org/postgresql/jdbc1: PreparedStatement.java
                                              ResultSet.java
    src/interfaces/jdbc/org/postgresql/jdbc2: PreparedStatement.java
                                              ResultSet.java

Log message:
    Backed out:

    ---------------------------------------------------------------------------

    Attached is a set of patches for a couple of bugs dealing with
    timestamps in JDBC.

    Bug#1) Incorrect timestamp stored in DB if client timezone different
    than DB.