JDBC bug?

From: Lutischán Ferenc <lutischanf(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: JDBC bug?
Date: 2009-02-11 15:30:57
Message-ID: 4992EF31.8080709@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Dear List,

I found the following bug:
Connect to database with password that contains special chars (E.g.:
Nyárfa10) DriverManager.getConnection( dbUrl, user, pwd); will fail
with:
org.postgresql.util.PSQLException: FATAL: password authentication failed
for user "xy"

jdbc driver: 8-3-603 with 8.3.6 postgresql
From pgadmin connection is good with 'Nyárfa10' password.

Best Regards,
Ferenc

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2009-02-11 18:21:28 Re: JDBC bug?
Previous Message Hannu Krosing 2009-02-07 22:18:06 Re: jdbc refuses to pass array argument using ARRAY[...] syntax