]> granicus.if.org Git - postgresql/commit
Applied patch submitted by Mats Lofkvist fixing serious threading problem introduced...
authorBarry Lind <barry@xythos.com>
Thu, 14 Nov 2002 05:35:45 +0000 (05:35 +0000)
committerBarry Lind <barry@xythos.com>
Thu, 14 Nov 2002 05:35:45 +0000 (05:35 +0000)
commitcfae07331ccad4f28ea00dc7e8f1ba01ec979ec5
treeacb06b120d2c7892519ce021f4eef825285c05e4
parent4a57ef6826c883d789fec23b07161b018fae2bce
Applied patch submitted by Mats Lofkvist fixing serious threading problem introduced in beta3.
Fixed bug with using setNull()(or setXXX(x, null))  and serverside prepare statements.
Improved error message when using a connection object that has already been closed.

 Modified Files:
  jdbc/org/postgresql/errors.properties
  jdbc/org/postgresql/core/Encoding.java
  jdbc/org/postgresql/core/QueryExecutor.java
  jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java
  jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
src/interfaces/jdbc/org/postgresql/core/Encoding.java
src/interfaces/jdbc/org/postgresql/core/QueryExecutor.java
src/interfaces/jdbc/org/postgresql/errors.properties
src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java
src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java