Opened 15 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 Malcolm Tredinnick)

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.

Change History (1)

comment:1 by Malcolm Tredinnick, 15 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top