mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-10-27 05:51:06 +03:00
requiring it. Added a connection flag to store whether E''-style quoting is required: this avoids repeated PQparameterStatus() calls. Added a test case to verify correct behavior on strings, unicode and binary data. Tested with PG versions from 7.4 to 8.3b2, with any server 'standard_conforming_strings' setting and with 'PSYCOPG_OWN_QUOTING' too. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bugX000.py | ||
| dbapi20.py | ||
| extras_dictcursor.py | ||
| test_psycopg2_dbapi20.py | ||
| test_quote.py | ||
| test_transaction.py | ||
| types_basic.py | ||