django1/django/db/backends
Karen Tracey 5bd63663a9 Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persistently maintaining a patch for this.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11887 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-17 15:10:38 +00:00
..
dummy Tweaked the dummy database backend initialisation. 2009-03-12 08:52:42 +00:00
mysql Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persistently maintaining a patch for this. 2009-12-17 15:10:38 +00:00
oracle Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persistently maintaining a patch for this. 2009-12-17 15:10:38 +00:00
postgresql Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persistently maintaining a patch for this. 2009-12-17 15:10:38 +00:00
postgresql_psycopg2 More fixes to PostgreSQL version comparisons from r10730. 2009-05-11 11:56:46 +00:00
sqlite3 Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persistently maintaining a patch for this. 2009-12-17 15:10:38 +00:00
__init__.py Fixed #11049: introspection on Oracle now identifies IntegerFields correctly. 2009-08-21 21:42:39 +00:00
creation.py Fixed #11428 -- Ensured that SQL generating commands and dumpdata don't include proxy models in their output. Thanks to Anssi Kaariainen for the report. 2009-07-27 14:32: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