Changes between Version 1 and Version 2 of Ticket #22431, comment 6
- Timestamp:
- Jul 23, 2014, 2:09:20 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22431, comment 6
v1 v2 13 13 3. ... and that `__exit__`ing it issues a `SET CONSTRAINTS ALL IMMEDIATE`. 14 14 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 SQLdeviation 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.'' 16 16 17 17 Given the connection '''is not''' in `autocommit` mode before creating its `Atomic` instances in `TestCase._fixture_setup`: