Changes between Initial Version and Version 1 of Ticket #29928, comment 11
- Timestamp:
- Dec 11, 2018, 3:51:32 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29928, comment 11
initial v1 1 I had to implement fast constraint checking on SQLite when working on #30033 to avoid slowing down migrations and it looks like once it lands it could be as easy as turning `can_defer_constraint_checks` . The new check is fast enough to not be noticeable at all on SQLite 3.20+ at least.1 I had to implement fast constraint checking on SQLite when working on #30033 to avoid slowing down migrations and it looks like once it lands it could be as easy as turning `can_defer_constraint_checks` to fix this ticket. The new check is fast enough to not be noticeable at all on SQLite 3.20+ at least.