django1/django/db/backends
Malcolm Tredinnick dc4c95cdbf Fixed a typo in r9650.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9659 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-17 01:47:08 +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 Reformatted PL/SQL flush left so "manage.py sqlall [app] | manage.py dbshell" works with Oracle. Also some PEP8 cleanup. 2008-12-11 20:12:00 +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 #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