Attached is a patch to remove some redundant code in the JDBC driver.

Bruce Momjian <bruce@momjian.us>

Commit: 454f44e8e3929c4c8283be2db5e7df5233ce500e
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-08-10T14:42:07Z
Releases: 7.2.1
Attached is a patch to remove some redundant code in the JDBC driver.

* Merges identical code from org.postgresql.jdbc[1|2].Statement into
  org.postgresql.Statement.
* Moves escapeSQL() method from Connection to Statement (the only place
  it's used)
* Minor cleanup of the new isolation level stuff.
* Minor cleanup of version string handling.

Anders Bengtsson

Files