BUG #2478: PQescapeStringConn - Mailing list pgsql-bugs

From Ian Howle
Subject BUG #2478: PQescapeStringConn
Date
Msg-id 200606121600.k5CG0vc9023128@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #2478: PQescapeStringConn
List pgsql-bugs
The following bug has been logged online:

Bug reference:      2478
Logged by:          Ian Howle
Email address:      Ian@qwizdom.com
PostgreSQL version: 8.1.4
Operating system:   Mac OS X 10.4.6
Description:        PQescapeStringConn
Details:

When inserting into a TEXT or VARCHAR() table field, single quotes are
needed around the text. When using the PQescapeStringConn(), the beginning
and ending single quotes are escaped, causing the INSERT statement to fail.
I understand that this really isn't a bug and that the text being insterted
into the database should be scanned using PQescapeStringConn() before adding
the surrounding quotes.

I have a single method that deals with inserting data into the database,
which is called from many places throughout the application. It would be
nice if PQescapeStringConn() did not escape beginning and ending quotes,
just everything in between.

Thank you.

pgsql-bugs by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: BUG #2477: Aggregate Integer divisors incorrectly yield integer-type quotient
Next
From: "John E. Rylander"
Date:
Subject: Re: BUG #2477: Aggregate Integer divisors incorrectly yield integer-type quotient