From: | Anders Bengtsson <ndrsbngtssn(at)yahoo(dot)se> |
---|---|
To: | <pgsql-patches(at)postgresql(dot)org>, <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | JDBC Statement cleanup patch |
Date: | 2001-08-08 20:03:40 |
Message-ID: | Pine.LNX.4.33.0108082157010.3264-200000@sensenet.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc pgsql-patches |
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(at)yahoo(dot)se
Stockholm, Sweden
Attachment | Content-Type | Size |
---|---|---|
cleanup.patch | text/plain | 33.9 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2001-08-08 20:42:07 | Re: [PATCHES] JDBC Statement cleanup patch |
Previous Message | Barry Lind | 2001-08-08 16:50:11 | Re: JDBC 2.0 conformance, documentation and todo list |
From | Date | Subject | |
---|---|---|---|
Next Message | Joe Conway | 2001-08-08 20:25:22 | Re: Random strings |
Previous Message | Peter Eisentraut | 2001-08-08 19:21:09 | Re: Random strings |