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

From: momjian(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/jdbc/org/postgresql State ...
Date: 2001-09-17 15:54:51
Message-ID: 200109171554.f8HFsp061130@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 01/09/17 11:54:50

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

Log message:
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 escape code or not.

I also added checking for time and timestamp escape processing strings
as per 11.3 in the specification. The patch is against the latest
CVS.

Thomas O'Dowd

Browse pgsql-committers by date

  From Date Subject
Next Message momjian 2001-09-17 15:56:11 pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...
Previous Message inoue 2001-09-17 02:30:54 pgsql/contrib/vacuumlo vacuumlo.c