Changes between Initial Version and Version 1 of Ticket #29928, comment 11


Ignore:
Timestamp:
Dec 11, 2018, 3:51:32 PM (5 years ago)
Author:
Simon Charette

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.
     1I 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.
Back to Top