[Jdbc-commits] pgjdbc: Accept UTF8 as an equivalent of UNICODE when trying to detect if
User Jurka
jurka at pgfoundry.org
Tue May 20 00:04:16 UTC 2008
Log Message:
-----------
Accept UTF8 as an equivalent of UNICODE when trying to detect if
client_encoding has changed to something the driver doesn't
understand. Don't try to accept every possible spelling (UTF-8) as
UTF8 is the server's canonical name and people shouldn't be messing
with this anyway.
Modified Files:
--------------
pgjdbc/org/postgresql/core/v3:
QueryExecutorImpl.java (r1.39 -> r1.40)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/core/v3/QueryExecutorImpl.java.diff?r1=1.39&r2=1.40)
More information about the Jdbc-commits
mailing list