django1/django/db/backends
Shai Berger ae685e54cb [1.6.x] Fixed last_executed_query test failure on Oracle
Backport of c0a4894dca from master.
2013-07-09 19:52:16 +02:00
..
dummy Deprecated transaction.commit/rollback_unless_managed. 2013-03-11 14:48:54 +01:00
mysql [1.6.x] Fixed #18592 -- Prevented crash when accessing MySQL _last_executed 2013-06-29 18:48:05 +02:00
oracle [1.6.x] Fixed last_executed_query test failure on Oracle 2013-07-09 19:52:16 +02:00
postgresql_psycopg2 Fixed #20462 -- null/non-string regex lookups are now consistent 2013-06-26 08:13:26 -04:00
sqlite3 Support 'pyformat' style parameters in raw queries, Refs #10070 2013-06-28 06:59:10 +03:00
__init__.py [1.6.x] Introduced getters for connection.autocommit and .needs_rollback. 2013-06-30 16:29:57 +02:00
creation.py Replaced `and...or...` constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -03:00
signals.py Fixed #13798 -- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch. 2010-08-30 13:21:18 +00:00
util.py Replaced `and...or...` constructs with PEP 308 conditional expressions. 2013-05-26 23:47:50 -03:00