[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:41 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.
Tags:
----
REL8_1_STABLE
Modified Files:
--------------
pgjdbc/org/postgresql/core/v3:
QueryExecutorImpl.java (r1.25.2.7 -> r1.25.2.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/core/v3/QueryExecutorImpl.java.diff?r1=1.25.2.7&r2=1.25.2.8)
More information about the Jdbc-commits
mailing list