On 10 Sep 2015, at 11:06pm, Roman Fleysher <roman.fleysher at einstein.yu.edu> wrote:
> PRAGMA integrity_check is described to check UNIQUE and NOT NULL constraints. > Does it check other CHECK constraints specified in the column definition? I'm 90% sure it does not. You should see this one though: <https://www.sqlite.org/pragma.html#pragma_foreign_key_check> Simon.