#8 Support indices and foreign keys during migrations

Отворено
отворено пре 5 дана од kestrel · 2 коментара
kestrel коментирира пре 5 дана

According to the SQLite documentation, indices that refer to tables must be dropped while doing the out-of-place table recreation. Foreign keys must likewise be temporarily disabled and then checked before re-enabling. This is the last major piece of migrations as far as I am currently aware.

According to the [SQLite documentation](https://www.sqlite.org/lang_altertable.html), indices that refer to tables must be dropped while doing the out-of-place table recreation. Foreign keys must likewise be temporarily disabled and then checked before re-enabling. This is the last major piece of migrations as far as I am currently aware.
kestrel коментирира пре 4 дана
Власник

Commit f0c59f36f0 adds consumer-facing support for foreign key migrations, though full integrity checks etc are not yet run.

Commit f0c59f36f040c73359b2747d4a7f09d91026aa95 adds consumer-facing support for foreign key migrations, though full integrity checks etc are not yet run.
kestrel коментирира пре 3 дана
Власник

Full integrity checks are now run for indices, and in theory, foreign key support should simply 'work'. Testing is required, however.

Full integrity checks are now run for indices, and in theory, foreign key support should simply 'work'. Testing is required, however.
Пријавите се да се прикључе у овом разговору.
Нема лабеле
Нема фазе
Нема одговорних
1 учесника
Учитавање...
Откажи
Сачувај
Још нема садржаја.