On 10/28/19, Graham Holden <[email protected]> wrote: > Monday, October 28, 2019, 5:46:55 AM, ??? <[email protected]> wrote: > >> Code: > >> BEGIN; >> CREATE TABLE t1(a); >> ALTER TABLE t1 ADD c CHECK (b>c); >> PRAGMA writable_schema=on; >> INSERT INTO t1 VALUES(2,3); > >> Version: 3.29.0, 3.22.0 > > On "SQLite version 3.30.1 2019-10-10 20:19:45" this returns an > error after the third line: > > Error: no such column: b
Bisect: https://sqlite.org/src/timeline?bid=ya1e1ba9145nfc82b73eaan596ac2a4ean361eb2f682yffd4c30620n32fba11ab7y75775c5ab4y238e083571y5d76dbc5b0y31e85fbbc4 -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

