Re: Parsing of backslash in statements via ODBC - Mailing list pgsql-general

From Tom Lane
Subject Re: Parsing of backslash in statements via ODBC
Date
Msg-id 27196.1105746455@sss.pgh.pa.us
Whole thread Raw
In response to Re: Parsing of backslash in statements via ODBC  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-general
Martijn van Oosterhout <kleptog@svana.org> writes:
> I'm not totally sure about how ODBC works, but if it's anything like
> Perl DBI, surely it's the responsibility of the ODBC layer to escape
> the baackslashes? Maybe it depends on whether they're using
> placeholders or not...

I suppose they are not using placeholders, or we'd not be having this
discussion ...

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Parsing of backslash in statements via ODBC
Next
From: Wes
Date:
Subject: Re: [HACKERS] Much Ado About COUNT(*)