Opened 16 years ago
Last modified 13 years ago
#10438 closed
Rowcount for updates not correct with MySQL — at Version 1
Reported by: | Malcolm Tredinnick | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
With the MySQL backend, the model_inheritance_regress
tests currently fail because the rowcount returned from django.db.models.sql.subqueries.UpdateQuery.execute_sql()
is wrong. This is only in the special case introduced in r9967. I don't understand why, yet.
Note:
See TracTickets
for help on using tickets.