]> granicus.if.org Git - postgresql/commit
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)
commitd013dbed75273d83785af62f0c0506930820618e
treeb684e789a4e9362015277c3efa8dc0e3e7425355
parenteb410b6bde2fd6a6aa1307d8bb07d35fceb2b5c8
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