On Mon, 26 Nov 2001, Todd Nemanich wrote:

> 11\:16\:43', '2001-01-17 00\:00\:00', '2001-01-16', 'Phoned re\:mc and
     ^^                       ^^

It thinks those are placeholders.  The DBD::Pg module parses placeholders
itself and replaces them before sending the SQL to the RDBMS.

Apparently the parsing isn't quite as smart as it should be ;)

Anyway, I'd suggest that you really _should use placeholders because the
above is a mess.  The DBD::Pg modules handles simple ? placeholders
correctly and will automatically quote all your values if needed.


-dave

/*==================
www.urth.org
We await the New Sun
==================*/

Reply via email to