Re: JDBC bug?

From: Kris Jurka <books(at)ejurka(dot)com>
To: Lutischán Ferenc <lutischanf(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC bug?
Date: 2009-02-11 18:21:28
Message-ID: Pine.BSO.4.64.0902111319350.1597@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 11 Feb 2009, Lutischán Ferenc wrote:

> 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.
>

A change to fix this has been made to the 8.4 driver series, so you will
need to try the 8.4dev release. It sends the password in UTF-8, which
means you must set the password when connected to a UTF-8 database so it
gets stored that way it the database.

Kris Jurka

In response to

  • JDBC bug? at 2009-02-11 15:30:57 from Lutischán Ferenc

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Lutischán Ferenc 2009-02-12 08:11:01 Re: JDBC bug?
Previous Message Lutischán Ferenc 2009-02-11 15:30:57 JDBC bug?