django1/django/db/backends
Matt Boersma 15bd649940 Fixed obscure Oracle quoting issues pointed out by the custom_columns_regress test case.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9612 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-08 18:36:22 +00:00
..
dummy Removed some empty modules that are no longer required after [8296]. 2008-08-11 14:16:09 +00:00
mysql Fixed #6052 -- Worked around a bug in MySQLdb with regards to handling 2008-11-16 08:50:06 +00:00
oracle Fixed obscure Oracle quoting issues pointed out by the custom_columns_regress test case. 2008-12-08 18:36:22 +00:00
postgresql db: Gave each DatabaseClient class an 'executable_name' attribute (e.g., 'psql' or 'mysql'), so that we can use it to make a more helpful error message. Refs #8978 2008-09-09 02:13:58 +00:00
postgresql_psycopg2 Fixed #8592 -- Fixed a bug in the way savepoint usage was disabled for 2008-08-28 06:49:00 +00:00
sqlite3 Fixed #3501 -- Fixed date filtering in querysets for nullable date fields. Only 2008-11-16 08:48:24 +00:00
__init__.py Fixed a pair of bugs in determining the set of models to flush that were causing test cause failures in Oracle after [9536]. 2008-12-02 16:58:06 +00:00
creation.py Fixed #9736 -- Added quoting to the SQL constraint names generated during table creation. This is to accommodate primary keys with spaces. 2008-12-02 13:23:29 +00:00
util.py Fixed #5079 -- Avoid converting Decimals to floats during save to the database. 2008-11-12 00:35:24 +00:00