This website requires JavaScript.
Explore
Help
Sign In
database
/
postgres
Watch
1
Star
0
Fork
0
You've already forked postgres
mirror of
https://github.com/postgres/postgres.git
synced
2025-05-08 07:21:33 +03:00
Code
postgres
/
src
/
interfaces
/
jdbc
/
org
/
postgresql
/
jdbc1
History
Barry Lind
c50bf0190f
fixed bug reported by Wolfgang Winter w.winter@logitags.com where historic timestamps which do not have timezone info were being interpreted in local timezone instead of GMT. Also added a check to support timestamp vs. timestamptz in this code
2002-06-24 04:53:05 +00:00
..
CallableStatement.java
JDBC indenting, comment cleanups.
2001-11-19 22:33:39 +00:00
Connection.java
Applied patch from Ryouichi Matsuda <r-matuda@sra.co.jp> where the jdbc
2002-01-15 06:55:13 +00:00
DatabaseMetaData.java
Improve COPY syntax to use WITH clause, keep backward compatibility.
2002-06-20 16:00:44 +00:00
PreparedStatement.java
applied patch submitted by Florian (mailing-list@urbanet.ch) for BigDecimal support
2002-03-26 06:33:21 +00:00
ResultSet.java
fixed bug reported by Wolfgang Winter w.winter@logitags.com where historic timestamps which do not have timezone info were being interpreted in local timezone instead of GMT. Also added a check to support timestamp vs. timestamptz in this code
2002-06-24 04:53:05 +00:00
ResultSetMetaData.java
Indent jdbc case labels using pgjindent.
2001-11-19 23:16:46 +00:00
Statement.java
Removed error message that was incorectly being issued. This fixes a problem reported a few months ago where a select in a rule was causing an insert statement to return a result set which the code was explicitly prohibiting.
2002-04-02 06:24:10 +00:00