Select with backslash '\' character

From: "Andy Hallam" <ahm(at)exel(dot)co(dot)uk>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Select with backslash '\' character
Date: 2001-10-26 15:38:05
Message-ID: 9rc03b$16df$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PostgreSQL - 7.1.3 (installed on Linux 2.4.2-2)
PSQLODBC.DLL - 07.01.0007
Visual C++ - 6.0

SELECT a FROM b WHERE c = 'WORKGROUP\me'

Does not return any rows.

SELECT a FROM b WHERE c = 'WORKGROUP\\me'

Returns required rows.

Result = PostgreSQL ODBC driver cannot handle backslash character - have to
escape it myself.

Can someone confirm this to be a bug please.

Thanks.

Andy
ahm(at)exel(dot)co(dot)uk

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Marcelo (AdSolutions) 2001-10-26 18:34:12 Problems when inserting a very large sequence of records
Previous Message Roman Burgonov 2001-10-26 05:42:48 postgresql-7.1.3 bugs