pgsql/src/interfaces/jdbc/org/postgresql Conne ...

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/jdbc/org/postgresql Conne ...
Date: 2001-08-10 14:42:08
Message-ID: 200108101442.f7AEg8M55016@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/08/10 10:42:07

Modified files:
src/interfaces/jdbc/org/postgresql: Connection.java
Statement.java
src/interfaces/jdbc/org/postgresql/jdbc1: Statement.java
src/interfaces/jdbc/org/postgresql/jdbc2: Statement.java

Log message:
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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-08-10 14:42:48 pgsql/doc/src/sgml libpq.sgml
Previous Message Bruce Momjian - CVS 2001-08-10 14:34:28 pgsql/ ontrib/cube/cube.sql.in ontrib/intarray ...