django1/django/db/backends
Ian Kelly c20019a91d Fixed #9972: The dbshell command was ignoring the DATABASE_HOST and DATABASE_PORT settings in Oracle.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9713 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-08 05:12:14 +00:00
..
dummy Removed some empty modules that are no longer required after [8296]. 2008-08-11 14:16:09 +00:00
mysql Fixed a typo in r9650. 2008-12-17 01:47:08 +00:00
oracle Fixed #9972: The dbshell command was ignoring the DATABASE_HOST and DATABASE_PORT settings in Oracle. 2009-01-08 05:12:14 +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 #9814 -- Allowed SafeStrings to be saved to sqlite DB when running on Python 2.6. 2008-12-16 14:28:22 +00:00
__init__.py If an SQL query doesn't specify any ordering, avoid the implicit sort 2008-12-10 05:19:27 +00:00
creation.py Fixed #9862 -- For better SQL portability, don't specify "NULL" on nullable 2009-01-06 01:56:13 +00:00
util.py Fixed #5079 -- Avoid converting Decimals to floats during save to the database. 2008-11-12 00:35:24 +00:00