[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:49 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_0_STABLE

Modified Files:
--------------
    pgjdbc/org/postgresql/core/v3:
        QueryExecutorImpl.java (r1.21.2.6 -> r1.21.2.7)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/core/v3/QueryExecutorImpl.java.diff?r1=1.21.2.6&r2=1.21.2.7)


More information about the Jdbc-commits mailing list