Changes between Initial Version and Version 1 of Ticket #10438


Ignore:
Timestamp:
Mar 8, 2009, 10:52:58 PM (16 years ago)
Author:
Malcolm Tredinnick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10438 – Description

    initial v1  
    1 With !MySQL, 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.
     1With 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.
Back to Top