mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 09:44:21 +01:00
fix self-insert bug
This commit is contained in:
@@ -650,3 +650,11 @@ do_execsql_test_on_specific_db {:memory:} set-explicit-null-default-value {
|
||||
SELECT * FROM t;
|
||||
} {1|2
|
||||
1|}
|
||||
|
||||
do_execsql_test_on_specific_db {:memory:} insert-select-nested-subquery {
|
||||
CREATE TABLE t (x);
|
||||
INSERT INTO T VALUES (1);
|
||||
INSERT INTO T SELECT * FROM (SELECT * FROM t);
|
||||
SELECT * FROM t;
|
||||
} {1
|
||||
1}
|
||||
|
||||
Reference in New Issue
Block a user