On 9/10/15, Richard Hipp <drh at sqlite.org> wrote:
> On 9/10/15, Roman Fleysher <roman.fleysher at einstein.yu.edu> wrote:
>> Dear SQLiters,
>>
>> I am trying to temporarily disable CHECK constraint given in columns of
>> table definition. As far as I understand,
>>
>> PRAGMA ignore_check_constraints='yes';
>
> PRAGMA ignore_check_constraints=YES;  -- no quotes.
>

I say that - turns out quotes don't matter.  PRAGMA
ignore_check_constraints='yes'; works too.  What version of SQLite are
you running?

-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to