mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +03:00
88803695ac
The encoding can be set by PGCLIENTENCODING, which may be an alternative spelling. Bug reported by Peter Eisentraut. At this point the idea of considering one of the random spellings such as EUC_CN as somewhat "blessed" is debunked. So just store the cleaned-up version of the encoding in the mapping table. Note that the cleaned-up version was needed by the unicode adapter: this requirement has been surpassed as the connection now contains a copy of the Python codec name set whenever the client encoding is set. |
||
---|---|---|
.. | ||
__init__.py | ||
bug_gc.py | ||
bugX000.py | ||
dbapi20_tpc.py | ||
dbapi20.py | ||
extras_dictcursor.py | ||
test_async.py | ||
test_cancel.py | ||
test_connection.py | ||
test_copy.py | ||
test_cursor.py | ||
test_dates.py | ||
test_green.py | ||
test_lobject.py | ||
test_notify.py | ||
test_psycopg2_dbapi20.py | ||
test_quote.py | ||
test_transaction.py | ||
testconfig.py | ||
testutils.py | ||
types_basic.py | ||
types_extras.py |