django1/django/db/backends
Ramiro Morales 9c619ac48b Fixed some Oracle backend test DB creation code bugs.
Made saving of modified settings compatible with multi-db, removed dead and superfluous code.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14489 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-07 20:58:46 +00:00
..
dummy Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch. 2010-10-11 12:55:17 +00:00
mysql Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch. 2010-10-11 12:55:17 +00:00
oracle Fixed some Oracle backend test DB creation code bugs. 2010-11-07 20:58:46 +00:00
postgresql Fixed #14223 -- Extended unification of exception raised in presence of integrity constraint violations. 2010-10-23 00:01:22 +00:00
postgresql_psycopg2 Fixed #14223 -- Extended unification of exception raised in presence of integrity constraint violations. 2010-10-23 00:01:22 +00:00
sqlite3 When looking for django tables which exist, query for all tables once, not once *per table*. 2010-10-31 00:53:58 +00:00
__init__.py Avoid an O(n**2) operation where O(n) will suffice. Possibly worth a second or two when running the test suite. 2010-11-02 05:41:46 +00:00
creation.py Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch. 2010-10-11 12:55:17 +00: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 #14406 -- Added a Python 2.4 compatibility to the logging interface. Thanks to Łukasz Rekucki for the report, and to Luke Plant for original patch this was based on. 2010-10-06 15:02:26 +00:00