(1) no such table: t1 in "INSERT INTO t1(a,b,c) VALUES(1,'abcdef',5.5),(3,'cantaloupe',NULL);" (1) no such table: t1 in "SELECT w, x, y, '|' FROM t1 ORDER BY a;" (1) no such table: t1 in "ALTER TABLE t1 ADD COLUMN extra_5082 DATETIME COLLATE RTRIM;" (1) unable to identify the object to be reindexed in "REINDEX t1;" (1) no such column: c1 in "CREATE TABLE t0(c0 PRIMARY KEY, c2 AS (c0+c1-c3) REFERENCES t0, c3, extra_8860 TINYINT COLLATE RTRIM)" (1) statement aborts at 110: error in table t0 after drop column: no such column: c1; [ALTER TABLE t0 DROP COLUMN c1;] (1) statement aborts at 1: cannot commit - no transaction is active; [COMMIT;] (1) no such table: t1 in "SELECT * FROM t1 WHERE EXISTS (SELECT 1 FROM t1 WHERE 1 = 1);" (1) statement aborts at 1: cannot commit - no transaction is active; [END;] (1) statement aborts at 1: cannot commit - no transaction is active; [COMMIT TRANSACTION;] (1) no such table: t1 in "INSERT INTO t1 VALUES (1, 'x', 1, 1, 'x', 'x') ON CONFLICT(w) DO UPDATE SET w = excluded.w, x = excluded.x, y = excluded.y;" (1) no such table: t1 in "SELECT * FROM t1 t1 JOIN t1 t2 ON t1.b = (SELECT b FROM t1 LIMIT 1);" (1555) statement aborts at 31: UNIQUE constraint failed: T.A; [INSERT INTO T SELECT * FROM T;] (1) no such table: t1 in "INSERT INTO t1 SELECT * FROM t1;"