problem with _ character

Поиск
Список
Период
Сортировка
От Pierre Couderc
Тема problem with _ character
Дата
Msg-id 9f7bc2b3-83df-e2c5-cdd9-3164afdddfb6@couderc.eu
обсуждение исходный текст
Ответы Re: problem with _ character  (Clemens Ladisch <clemens@ladisch.de>)
Re: problem with _ character  (Christophe Garault <christophe@garault.org>)
Re: problem with _ character  (Pierre Couderc <pierre@couderc.eu>)
Список pgsql-odbc
Hello,

I am using ANSI odbc driver (11.0) on a W10  with a utf8 DB trying to :

SELECT * FROM table WHERE (name = ?);

with a name including a '_' character : '1170332_381-P364'

In the postgresql server logs, I see that it has been replaced with 
'1170332[_]381-P364' and my query fails.

How should I do ?

Thanks.

PC




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

Предыдущее
От: Clemens Ladisch
Дата:
Сообщение: Re: Reported lengths of char fields - psqlODBC
Следующее
От: Clemens Ladisch
Дата:
Сообщение: Re: problem with _ character