django1/django/db/backends
Anssi Kääriäinen ce094e570e Fixed Oracle regression in last_executed_query() with unicode strings
The regression was likely caused by the fix in #19606 which adjusted
Oracle's unicode detection, though it seems this would have been an
issue in some configurations even before.
2013-02-23 00:27:39 +02:00
..
dummy Fixed #19192 -- Allowed running tests with dummy db backend 2013-01-04 13:55:20 +01:00
mysql This function is unused and should have been removed a few releases ago. 2013-02-19 18:05:02 -08:00
oracle Fixed Oracle regression in last_executed_query() with unicode strings 2013-02-23 00:27:39 +02:00
postgresql_psycopg2 Ensured a connection is established when checking the database version. 2013-02-19 10:51:24 +01:00
sqlite3 Factored out common code in database backends. 2013-02-18 17:19:09 +01:00
__init__.py Factored code and added a missing docstring. 2013-02-21 21:26:40 +01:00
creation.py Added a db_constraint option to ForeignKeys. 2013-02-20 11:27:32 -08: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 Fixed #18989 -- Removed unused condition in CursorWrapper 2012-11-17 16:34:14 +01:00