BUG #5907: ODBC % bug

From: "Andrew Considine" <Andrew(dot)Considine(at)sncorp(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5907: ODBC % bug
Date: 2011-03-02 20:06:10
Message-ID: 201103022006.p22K6ARd024283@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5907
Logged by: Andrew Considine
Email address: Andrew(dot)Considine(at)sncorp(dot)com
PostgreSQL version: 9.0.1-1
Operating system: Windows XP
Description: ODBC % bug
Details:

Using a password that contains a "%" symbol does not authenticate while
using the ODBC driver. The Postgresql installer accepts this password. The
password will even work while logging into PGAdmin. However when connecting
through the ODBC driver from one of our C++ applications we receive the
following error: FATAL: password authentication failed for user
"<username>". We tested this behaviour with the "%" symbol in various
positions of the password with the same result. Also, we tested this with
"^" which worked as it should and "&" which also worked as it should. It
was only the usage of the "%" that failed to work properly while
authenticatin via the ODBC driver.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Aldo Ribeiro 2011-03-02 21:49:02 BUG #5908: PgOleDb 1.0.0.20 returns values without the digits after the dot.
Previous Message Peter Eisentraut 2011-03-02 19:59:43 Re: Cannot create collation?