| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Anders Bengtsson <ndrsbngtssn(at)yahoo(dot)se> |
| Cc: | pgsql-patches(at)postgresql(dot)org, pgsql-jdbc(at)postgresql(dot)org |
| Subject: | Re: [PATCHES] JDBC Statement cleanup patch |
| Date: | 2001-08-08 20:42:07 |
| Message-ID: | 200108082042.f78Kg7F13118@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc pgsql-patches |
Your patch has been added to the PostgreSQL unapplied patches list at:
http://candle.pha.pa.us/cgi-bin/pgpatches
I will try to apply it within the next 48 hours.
>
> 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
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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Rene Pijlman | 2001-08-08 20:50:45 | Re: Re: [PATCHES] JDBC2 Array Patch (New feature) |
| Previous Message | Anders Bengtsson | 2001-08-08 20:03:40 | JDBC Statement cleanup patch |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Rene Pijlman | 2001-08-08 20:50:45 | Re: Re: [PATCHES] JDBC2 Array Patch (New feature) |
| Previous Message | Joe Conway | 2001-08-08 20:25:22 | Re: Random strings |