Re: [JDBC] Patch for Statement Escape Processing problems

2001-09-17 Thread Bruce Momjian
Patch applied. Thanks. > Hi all, > > I'm attaching a patch which fixes the corruption in strings caused > by escape processing in the SQL statement. I've tested this for a > while now and it appears to work well. Previously string data > with {d was getting corrupt as the {d was being strippe

Re: [JDBC] Patch for Statement Escape Processing problems

2001-09-14 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. > Hi all, > > I'm attaching a patch which fixes the corruption in strings caused > by escape processing in the SQL statemen

Re: [JDBC] Patch for Statement Escape Processing problems

2001-09-14 Thread Thomas O'Dowd
Hi all, Wonder if anyone had a look at this patch yet? I've been using my locally patched version for a while now and it works fine. Again just to make it clear what it does... - It fixes an Exception which will be thrown with the following insert. insert into values ('{d'); -

[JDBC] Patch for Statement Escape Processing problems

2001-09-10 Thread Thomas O'Dowd
Hi all, I'm attaching a patch which fixes the corruption in strings caused by escape processing in the SQL statement. I've tested this for a while now and it appears to work well. Previously string data with {d was getting corrupt as the {d was being stripped regardless of whether it was an esca