mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
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
This commit is contained in:
@ -5,6 +5,7 @@ postgresql.con.auth:The authentication type {0} is not supported. Check that you
|
||||
postgresql.con.authfail:An error occured while getting the authentication request.
|
||||
postgresql.con.backend:Backend start-up failed: {0}
|
||||
postgresql.con.call:Callable Statements are not supported at this time.
|
||||
postgresql.con.closed:Connection is closed. Operation is not permitted.
|
||||
postgresql.con.creobj:Failed to create object for {0} {1}
|
||||
postgresql.con.failed:The connection attempt failed because {0}
|
||||
postgresql.con.fathom:Unable to fathom update count {0}
|
||||
|
Reference in New Issue
Block a user