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

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

From
barry@postgresql.org
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    barry@postgresql.org    02/01/15 01:55:13

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

Log message:
    Applied patch from Ryouichi Matsuda <r-matuda@sra.co.jp> where the jdbc
    driver was not properly handling timestamptz datatype when using the
    getObject() method on ResultSet.  Fix adds this datatype to the object mappings.