Backslash parsing

Поиск
Список
Период
Сортировка
От aboster
Тема Backslash parsing
Дата
Msg-id 200501251924.j0PJOaoB006897@mail.at-sd.com
обсуждение исходный текст
Список pgsql-odbc
I posted about this on the pgsql-general list and it was suggested I try
over here.

One SQL non-conformity of Postgres is in that it parses backslashes in
string literals as escape characters.  We have a 3rd party application (with
no access to the source code) for which this is a problem.

Is there (should there be?) a way to escape these backslashes at the ODBC
layer?  If not, what's the feasibility of hacking this in myself?

Any other suggestions?

Alex


В списке pgsql-odbc по дате отправления:

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: [HACKERS] RQ: Prepared statements used by multiple connections
Следующее
От: George Weaver
Дата:
Сообщение: Re: Error connecting a visual studio .NET "app" and PostgreSQL