]> granicus.if.org Git - postgresql/commit
Applied patch from Kim Ho to fix a regression against a 7.4 server. The result
authorBarry Lind <barry@xythos.com>
Mon, 11 Aug 2003 20:54:55 +0000 (20:54 +0000)
committerBarry Lind <barry@xythos.com>
Mon, 11 Aug 2003 20:54:55 +0000 (20:54 +0000)
commitfcbf1f1fdd628395c99ccd4e577a3942b5f86774
tree284280d6d1cb1110bf80311111d4bf8868de303c
parent88381ade63de931c84f53dc873c986d40b8c8b61
Applied patch from Kim Ho to fix a regression against a 7.4 server.  The result
of transaction isolation level changed from uppercase to lower case between 7.3 and 7.4.  In testing, a regression was also fixed in this area when talking to
a 7.2 server due to changes in how notice messages are processed in the current
code.

 Modified Files:
  jdbc/build.xml jdbc/org/postgresql/core/BaseStatement.java
  jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java
src/interfaces/jdbc/org/postgresql/core/BaseStatement.java
src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java