Changes between Initial Version and Version 1 of Ticket #20666, comment 8


Ignore:
Timestamp:
Jun 30, 2013, 8:58:40 AM (11 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20666, comment 8

    initial v1  
    55I'm going to introduce a getter to test the autocommit status rather than access the autocommit flag directly. For consistency I'll do the same for the rollback flag.
    66
    7 This is hard to test, because the problem only happens when there isn't a connection to the database...
     7This is hard to test, because the problem only happens when there isn't a connection to the database... and that's why I could never reproduce the problem described here from Django's test suite...
Back to Top