Changes between Initial Version and Version 1 of Ticket #22431, comment 6
- Timestamp:
- Jul 23, 2014, 2:08:27 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22431, comment 6
initial v1 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 ''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.'' 16 16 17 17 Given the connection '''is not''' in `autocommit` mode before creating its `Atomic` instances in `TestCase._fixture_setup`: