django1/django/db/backends
Malcolm Tredinnick 77066516a0 Fixed #10438 -- Fixed MySQL backend behaviour for UPDATE behaviour.
We need to know the number of rows that are matched by an UPDATE query,
not just the number of rows that are changed. In the relatively unlikely
event that somebody was using Django's cursor proxy and relying on the
previous behaviour, well, that isn't the case any longer. We need to
this version.

Thanks to Daniel Tang for pointing out the solution here.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10532 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-12 02:15:14 +00:00
..
dummy Tweaked the dummy database backend initialisation. 2009-03-12 08:52:42 +00:00
mysql Fixed #10438 -- Fixed MySQL backend behaviour for UPDATE behaviour. 2009-04-12 02:15:14 +00:00
oracle Fixed #10357 -- Fixed the "dbshell" command for Windows users. 2009-04-11 11:41:35 +00:00
postgresql Fixed #10071 -- Changed some internal database data representations. 2009-04-12 02:00:58 +00:00
postgresql_psycopg2 Fixed #6064 -- Added the `connection_created` signal for when a database connection is created. 2009-03-29 23:15:58 +00:00
sqlite3 Fixed #10071 -- Changed some internal database data representations. 2009-04-12 02:00:58 +00:00
__init__.py Fixed #10450 -- Fixed an initialisation problem in the savepoint code. 2009-04-11 07:51:07 +00:00
creation.py Fixed #10647: intermediary tables between two umanaged models are no longer created. 2009-04-09 15:03:31 +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