Re: [JDBC] Re: Escape Processing problems

2001-09-04 Thread Bruce Momjian
Patch removed at request of author. Will resubmit. > Hmmm, after a little more testing, I fixed a problem with backslashes. > New code attached. > > Tom. > > On Thu, Aug 30, 2001 at 11:46:16AM +0900, Thomas O'Dowd wrote: > > Hi all, > > > > I found some time this morning to write and test a

Re: [JDBC] Re: Escape Processing problems

2001-09-04 Thread Thomas O'Dowd
Hi Bruce, I guess that wasn't exactly a patch that I sent in but rather a test program with the new routine embeded so that other people could try it out easily. I'll mail in the patch later. I'm a little distracted right now with something else. For the moment just delete the patch that you add

Re: [JDBC] Re: Escape Processing problems

2001-09-04 Thread Bruce Momjian
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. > Hmmm, after a little more testing, I fixed a problem with backslashes. > New code attached. > > Tom. > > On Thu, Aug 30,

Re: [JDBC] Re: Escape Processing problems

2001-09-01 Thread Thomas O'Dowd
On Sat, Sep 01, 2001 at 11:02:47PM +0200, Rene Pijlman wrote: > On Thu, 30 Aug 2001 11:46:16 +0900, Thomas O'Dowd wrote: > >I found some time this morning to write and test a new EscapeSQL() > >method. I didn't make a patch for the driver yet as I'd like to > >hear some comments. > > To what e

Re: [JDBC] Re: Escape Processing problems

2001-09-01 Thread Rene Pijlman
On Thu, 30 Aug 2001 11:46:16 +0900, Thomas O'Dowd wrote: >I found some time this morning to write and test a new EscapeSQL() >method. I didn't make a patch for the driver yet as I'd like to >hear some comments. To what extent is this implementation JDBC compliant? The spec is in section 40.1.

Re: [JDBC] Re: Escape Processing problems

2001-08-29 Thread Thomas O'Dowd
Hmmm, after a little more testing, I fixed a problem with backslashes. New code attached. Tom. On Thu, Aug 30, 2001 at 11:46:16AM +0900, Thomas O'Dowd wrote: > Hi all, > > I found some time this morning to write and test a new EscapeSQL() method. > I didn't make a patch for the driver yet as I'

Re: [JDBC] Re: Escape Processing problems

2001-08-28 Thread Thomas O'Dowd
On Wed, Aug 29, 2001 at 09:18:26AM +0900, Thomas O'Dowd wrote: > "INSERT INTO test VALUES('don't change this {d '-mm-dd'} as its correct. " Opps. I didn't backslash the single quotes here but you know what I mean... Tom. ---(end of broadcast)-