JDBC bug? - Mailing list pgsql-jdbc

From Lutischán Ferenc
Subject JDBC bug?
Date
Msg-id 4992EF31.8080709@gmail.com
Whole thread Raw
Responses Re: JDBC bug?
List 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

pgsql-jdbc by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: jdbc refuses to pass array argument using ARRAY[...] syntax
Next
From: Kris Jurka
Date:
Subject: Re: JDBC bug?