django1/django/db/backends
Malcolm Tredinnick 86fd59cfa5 Fixed #4432 -- Fixed PostgreSQL sequence resetting in the case when a table has
no rows yet. Thanks, mrmachine.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5455 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-10 03:31:26 +00:00
..
ado_mssql Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code 2007-05-21 01:29:58 +00:00
dummy rollback on dummy database now has no effect (previously raised an error). This means that custom 500 error pages (and e-mailed exceptions) now work even if a database has not been configured. Fixes #4429. 2007-06-01 16:30:38 +00:00
mysql Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code 2007-05-21 01:29:58 +00:00
mysql_old Fixed #4357 -- Removed a type conversion that was only introduced in 2007-05-22 04:31:19 +00:00
oracle Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code 2007-05-21 01:29:58 +00:00
postgresql Fixed #4432 -- Fixed PostgreSQL sequence resetting in the case when a table has 2007-06-10 03:31:26 +00:00
postgresql_psycopg2 Fixed #4432 -- Fixed PostgreSQL sequence resetting in the case when a table has 2007-06-10 03:31:26 +00:00
sqlite3 Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code 2007-05-21 01:29:58 +00:00
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
util.py Fixed #4518 -- Added handling of empty strings in typecast_decimal() for 2007-06-10 01:52:56 +00:00