django1/django/db/backends
Ian Kelly d9e61a435a Added a skip for a test that fails in Oracle. Unlike other backends, Oracle does not allow duplicate rows where there is a unique_together constraint for which some but not all of the columns are NULL.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15777 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-08 22:41:25 +00:00
..
dummy Fixed #15293 -- Updated the dummy backend to support the APIs introduced by r15493. Thanks to mp for the report. 2011-02-14 00:07:09 +00:00
mysql Fixed #15170 -- Skip the inspectdb test under MySQL/MyISAM, because it can't differentiate a foreign key from an integer. 2011-02-01 14:42:52 +00:00
oracle Added a skip for a test that fails in Oracle. Unlike other backends, Oracle does not allow duplicate rows where there is a unique_together constraint for which some but not all of the columns are NULL. 2011-03-08 22:41:25 +00:00
postgresql Fixed #10154: Allow combining F expressions with timedelta values. 2010-12-22 03:34:04 +00:00
postgresql_psycopg2 Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control cascade behavior. Also refactored deletion for efficiency and code clarity. Many thanks to Johannes Dollinger and Michael Glassford for extensive work on the patch, and to Alex Gaynor, Russell Keith-Magee, and Jacob Kaplan-Moss for review. 2010-11-09 16:46:42 +00:00
sqlite3 Fixed #15173 -- fixed the tests when run under pypy. 2011-01-27 00:00:32 +00:00
__init__.py Added a skip for a test that fails in Oracle. Unlike other backends, Oracle does not allow duplicate rows where there is a unique_together constraint for which some but not all of the columns are NULL. 2011-03-08 22:41:25 +00:00
creation.py Fixed #15029 -- Moved to database backends the ability to decide if two DATABASES items are different when creating temporary databases for tests. 2011-02-02 14:02:14 +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 #15297 -- Corrected an attribute naming regressoin from fixing #9964. Thanks to leonov for the report. 2011-02-14 00:06:52 +00:00