• Simon Charette's avatar
    Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks are enabled. · 315357ad
    Simon Charette yazdı
    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.
    315357ad
Adı
Son kayıt (commit)
Son güncelleme
..
models Loading commit data...
__init__.py Loading commit data...
test_default_related_name.py Loading commit data...
test_tablespaces.py Loading commit data...