django1/django/db/backends
Shai Berger 0027f13904 Fixed #20014 -- implemented get_key_columns() for Oracle
Thanks Aymeric Augustin for reporting
2013-05-27 21:12:47 +03:00
..
dummy Deprecated transaction.commit/rollback_unless_managed. 2013-03-11 14:48:54 +01:00
mysql Fixed #20507 -- SubqueryConstraint alias handling 2013-05-27 15:05:03 +03:00
oracle Fixed #20014 -- implemented get_key_columns() for Oracle 2013-05-27 21:12:47 +03:00
postgresql_psycopg2 Fixed #11442 -- Postgresql backend casts all inet types to text 2013-05-19 13:28:09 +02:00
sqlite3 Fixed #9055 -- Standardized behaviour of parameter escaping in db cursors 2013-03-23 17:11:10 +01:00
__init__.py Merge pull request #1160 from erikr/host-inet-postgres2 2013-05-19 04:57:10 -07: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