Applied patch from Ryouichi Matsuda <r-matuda@sra.co.jp> where the jdbc
authorBarry Lind <barry@xythos.com>
Tue, 15 Jan 2002 06:55:13 +0000 (06:55 +0000)
committerBarry Lind <barry@xythos.com>
Tue, 15 Jan 2002 06:55:13 +0000 (06:55 +0000)
commitad88aae89c3f4ce71a0fb209073868da57400993
treec3640d43d68ca8f1ae7d62abda4944a7845f1b9e
parentea45ecaa19dceb6dec9e2a26b2747661b5cacfa0
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.
src/interfaces/jdbc/org/postgresql/jdbc1/Connection.java
src/interfaces/jdbc/org/postgresql/jdbc2/Connection.java