django1/django/db/backends
Shai Berger d097417025 Support 'pyformat' style parameters in raw queries, Refs #10070
Add support for Oracle, fix an issue with the repr of RawQuerySet,
add tests and documentations. Also added a 'supports_paramstyle_pyformat'
database feature, True by default, False for SQLite.

Thanks Donald Stufft for review of documentation.
2013-06-28 06:59:10 +03:00
..
dummy Deprecated transaction.commit/rollback_unless_managed. 2013-03-11 14:48:54 +01:00
mysql Added a stealth option to flush to allow cascades. 2013-06-10 11:21:54 +02:00
oracle Support 'pyformat' style parameters in raw queries, Refs #10070 2013-06-28 06:59:10 +03: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 Support 'pyformat' style parameters in raw queries, Refs #10070 2013-06-28 06:59:10 +03: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