mirror of
https://github.com/psycopg/psycopg2.git
synced 2026-02-03 12:35:54 +03:00
libpq's PQescapeString will use the same encoding it has seen before in a connection (static_client_encoding). So I think I'll leave this feature here for people who know what is doing, but won't really document it as a feature: it can't really work in a generic way (unless adding some disgusting hack like creating a fake connection with the encoding we want to call PQescapeStringConn instead of PQescapeString). |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| dbapi20_tpc.py | ||
| dbapi20.py | ||
| test_async.py | ||
| test_bug_gc.py | ||
| test_bugX000.py | ||
| test_cancel.py | ||
| test_connection.py | ||
| test_copy.py | ||
| test_cursor.py | ||
| test_dates.py | ||
| test_errcodes.py | ||
| test_extras_dictcursor.py | ||
| test_green.py | ||
| test_lobject.py | ||
| test_module.py | ||
| test_notify.py | ||
| test_psycopg2_dbapi20.py | ||
| test_quote.py | ||
| test_transaction.py | ||
| test_types_basic.py | ||
| test_types_extras.py | ||
| test_with.py | ||
| testconfig.py | ||
| testutils.py | ||