psycopg2/tests
Daniele Varrazzo 75cb5d75d7 Use escape string syntax for string escape if connected to a server
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.
2007-11-11 08:53:44 +00:00
..
__init__.py Fixed bug #194 (and added nice MD project not that C/C++ is supported.) 2007-09-08 08:54:30 +00:00
bugX000.py Added test for DateTime object allocation bug. 2007-09-19 13:40:18 +00:00
dbapi20.py Added DBAPI 2.0 conformance tests in tests/. 2006-02-11 06:55:17 +00:00
extras_dictcursor.py Releasing 2.0b4. 2005-07-17 04:26:27 +00:00
test_psycopg2_dbapi20.py Added DBAPI 2.0 conformance tests in tests/. 2006-02-11 06:55:17 +00:00
test_quote.py Use escape string syntax for string escape if connected to a server 2007-11-11 08:53:44 +00:00
test_transaction.py Fixed bug #194 (and added nice MD project not that C/C++ is supported.) 2007-09-08 08:54:30 +00:00
types_basic.py - Tabs fixed. 2007-11-11 03:58:45 +00:00