django1/django/db/backends
Ian Kelly 9cd1d6ed87 Fixed #11017: Changed implementation of Oracle LIKE lookups to enable index usage. Thanks to Jani Tiainen for this workaround.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12293 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-25 19:28:36 +00:00
..
dummy Changed a whole bunch of places to raise exception instances instead of old-style raising exception classes plus a comma. Good for the future Python 3 conversion 2010-01-10 18:36:20 +00:00
mysql Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
oracle Fixed #11017: Changed implementation of Oracle LIKE lookups to enable index usage. Thanks to Jani Tiainen for this workaround. 2010-01-25 19:28:36 +00:00
postgresql Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
postgresql_psycopg2 Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
sqlite3 Changed a whole bunch of places to raise exception instances instead of old-style raising exception classes plus a comma. Good for the future Python 3 conversion 2010-01-10 18:36:20 +00:00
__init__.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
creation.py Fixed #12633 -- Modified some old m2m attribute use in deprecated m2m table creation methods. Also added PendingDeprecation warnings to those methods. Thanks to Alex for the suggestion, and Ramiro for the report and fix. 2010-01-19 01:25:30 +00:00
signals.py Fixed redundant definition of `connection_created` signal due to DVCS mistake. My bad. 2009-03-30 03:11:12 +00:00
util.py Fixed #5079 -- Avoid converting Decimals to floats during save to the database. 2008-11-12 00:35:24 +00:00