[Jdbc-commits] pgjdbc: Change the sqlstate reported for using an already closed
User Jurka
jurka at pgfoundry.org
Thu Nov 19 00:51:26 UTC 2009
Log Message:
-----------
Change the sqlstate reported for using an already closed Connection
to connection_does_not_exist, 08003. Change the sqlstate for using
an already closed ResultSet to object_not_in_state, 55000, from
connection_does_not_exist because there's nothing wrong with the
connection (as far as we know).
Modified Files:
--------------
pgjdbc/org/postgresql/jdbc2:
AbstractJdbc2Connection.java (r1.53 -> r1.54)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/jdbc2/AbstractJdbc2Connection.java?r1=1.53&r2=1.54)
AbstractJdbc2ResultSet.java (r1.107 -> r1.108)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java?r1=1.107&r2=1.108)
pgjdbc/org/postgresql/jdbc4:
AbstractJdbc4Connection.java (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/jdbc4/AbstractJdbc4Connection.java?r1=1.8&r2=1.9)
More information about the Jdbc-commits
mailing list