JDBC Statement cleanup patch - Mailing list pgsql-jdbc

From Anders Bengtsson
Subject JDBC Statement cleanup patch
Date
Msg-id Pine.LNX.4.33.0108082157010.3264-200000@sensenet.localdomain
Whole thread Raw
Responses Re: [PATCHES] JDBC Statement cleanup patch
Re: [PATCHES] JDBC Statement cleanup patch
List pgsql-jdbc
Hello,
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
_____________________________________________________________________
A n d e r s  B e n g t s s o n                   ndrsbngtssn@yahoo.se
Stockholm, Sweden

Attachment

pgsql-jdbc by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] JDBC2 Array Patch (New feature)
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] JDBC Statement cleanup patch