Changes between Version 1 and Version 2 of Ticket #22431, comment 6


Ignore:
Timestamp:
Jul 23, 2014, 2:09:20 AM (10 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22431, comment 6

    v1 v2  
    13133. ... and that `__exit__`ing it issues a `SET CONSTRAINTS ALL IMMEDIATE`.
    1414
    15 ''Note that I completely overlooked the feasibility of this approach on other backends. The fact that MySQL InnoDB always checks foreign key constraints immediately is a good example SQL deviation to take into account.''
     15''Note that I completely overlooked the feasibility of this approach on other backends. The fact that MySQL InnoDB always checks foreign key constraints immediately is a good example of SQL standards deviation to take into account.''
    1616
    1717Given the connection '''is not''' in `autocommit` mode before creating its `Atomic` instances in `TestCase._fixture_setup`:
Back to Top