mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 17:54:20 +01:00
support using a INSERT SELECT that references the same table in both statements
This commit is contained in:
@@ -370,7 +370,11 @@ pub fn insn_to_str(
|
||||
0,
|
||||
Value::build_text(""),
|
||||
0,
|
||||
"".to_string(),
|
||||
program.cursor_ref[*cursor_id]
|
||||
.0
|
||||
.as_ref()
|
||||
.unwrap()
|
||||
.to_string(),
|
||||
),
|
||||
Insn::VCreate {
|
||||
table_name,
|
||||
|
||||
Reference in New Issue
Block a user