]> granicus.if.org Git - postgresql/commit
Attempt to fix setMaxFieldSize() logic that was checked in yesterday.
authorBarry Lind <barry@xythos.com>
Tue, 26 Aug 2003 06:50:39 +0000 (06:50 +0000)
committerBarry Lind <barry@xythos.com>
Tue, 26 Aug 2003 06:50:39 +0000 (06:50 +0000)
commit06bbd98a151036b0d7a581067e936b5d0698f053
treef145dffd0631accb7a1599ad4e865515b2571bab
parent3e51c1553c582593704f88ff34d7b4e0423efe00
Attempt to fix setMaxFieldSize() logic that was checked in yesterday.
I think this should fix the problem, but since I don't have a reproducable test
case, I can't be sure.  This problem is reported by Kim Ho of redhat, who will
test this fix.  This also includes a test case for the original functionality.

 Modified Files:
  jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
  jdbc/org/postgresql/test/jdbc2/ResultSetTest.java
src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
src/interfaces/jdbc/org/postgresql/test/jdbc2/ResultSetTest.java