summaryrefslogtreecommitdiff
path: root/tests/admin_scripts/complex_app
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2018-12-07 19:55:47 -0500
committerSimon Charette <charette.s@gmail.com>2018-12-15 18:51:59 -0500
commit315357ad25a6590e7f4564ec2e56a22132b09001 (patch)
tree64b14122ecf5f5fa9f48802b4edae27cd81733f6 /tests/admin_scripts/complex_app
parenta394289b58b1773c4959ed768fdb325c91b2b589 (diff)
Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks are enabled.
Prior to this change foreign key constraint references could be left pointing at tables dropped during operations simulating unsupported table alterations because of an unexpected failure to disable foreign key constraint checks. SQLite3 does not allow disabling such checks while in a transaction so they must be disabled beforehand. Thanks ezaquarii for the report and Carlton and Tim for the review.
Diffstat (limited to 'tests/admin_scripts/complex_app')
0 files changed, 0 insertions, 0 deletions