Re: problem with _ character - Mailing list pgsql-odbc

From Christophe Garault
Subject Re: problem with _ character
Date
Msg-id d941733f519cdd4ea13a78ff509cbc98@garault.org
Whole thread Raw
In response to problem with _ character  (Pierre Couderc <pierre@couderc.eu>)
Responses Re: problem with _ character  (Pierre Couderc <pierre@couderc.eu>)
List pgsql-odbc
Hi Pierre,

Place your identifiers between double quotes:
https://www.postgresql.org/docs/9.1/sql-syntax-lexical.html

hth.


Le 20/02/2019 11:42, Pierre Couderc a écrit :
> 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 by date:

Previous
From: Pierre Couderc
Date:
Subject: Re: problem with _ character
Next
From: Pierre Couderc
Date:
Subject: Re: problem with _ character