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 Regards, Graham Holden _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

