Attached is a patch to remove some redundant code in the JDBC driver.
authorBruce Momjian <bruce@momjian.us>
Fri, 10 Aug 2001 14:42:07 +0000 (14:42 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 10 Aug 2001 14:42:07 +0000 (14:42 +0000)
commit454f44e8e3929c4c8283be2db5e7df5233ce500e
tree8aa88db5e4b55e5ed62ecde4149758fab0b486a8
parent13923be7c8799c4f8ce0f5a04e4cd06c5b696f25
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
src/interfaces/jdbc/org/postgresql/Connection.java
src/interfaces/jdbc/org/postgresql/Statement.java
src/interfaces/jdbc/org/postgresql/jdbc1/Statement.java
src/interfaces/jdbc/org/postgresql/jdbc2/Statement.java