Re: single quotes again - Mailing list pgsql-jdbc

From tony
Subject Re: single quotes again
Date
Msg-id 1018084137.4376.5.camel@annix
Whole thread Raw
In response to single quotes again  (tony <tony@animaproductions.com>)
List pgsql-jdbc
I have localized the source of my problem.

Macromedia Ultradev is JSP 1.0
The previous version of Tomcat I was running was also JSP 1.0. The
escaping of single quotes in sql queries was handles automagically.

Moving to Tomcat 3.2 and Tomcat 4.x I am now running a JSP 1.1 or 1.2
container. Now the escaping seems to be handled by a jakarta taglib. The
other solution seems to be - manually modify the JSP source to put "
around the insert statements.

Cheers

Tony Grant

--


pgsql-jdbc by date:

Previous
From: tony
Date:
Subject: single quotes again
Next
From: Justin Clift
Date:
Subject: Re: single quotes again