Re: [PATCHES] JDBC Statement cleanup patch - Mailing list pgsql-jdbc

From Bruce Momjian
Subject Re: [PATCHES] JDBC Statement cleanup patch
Date
Msg-id 200108101441.f7AEfsv07742@candle.pha.pa.us
Whole thread Raw
In response to JDBC Statement cleanup patch  (Anders Bengtsson <ndrsbngtssn@yahoo.se>)
List pgsql-jdbc
Patch applied.  Thanks.


>
> 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

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-jdbc by date:

Previous
From: Rene Pijlman
Date:
Subject: Re: Re: What needs to be done?
Next
From: Liam Stewart
Date:
Subject: DatabaseMetaData