limbo/core/vdbe
Jussi Saurio a88e1c38f3 Merge 'Fix bug: op_vopen should replace cursor slot, not add new one' from Jussi Saurio
Found this when reviewing #1528 locally and this was crashing
```sql
INSERT INTO t SELECT * FROM generate_series(1,10,1);
```
Reason was that `op_vopen` was not replacing the already allocated
cursor slot, but using `.insert()`

Reviewed-by: Pere Diaz Bou <pere-altea@homail.com>

Closes #1583
2025-05-27 12:50:11 +03:00
..
builder.rs support using a INSERT SELECT that references the same table in both statements 2025-05-25 19:15:28 -03:00
execute.rs Merge 'Fix bug: op_vopen should replace cursor slot, not add new one' from Jussi Saurio 2025-05-27 12:50:11 +03:00
explain.rs support using a INSERT SELECT that references the same table in both statements 2025-05-25 19:15:28 -03:00
insn.rs Introduce VTable 2025-05-21 08:33:17 +02:00
likeop.rs Rename OwnedValue -> Value 2025-05-15 09:59:46 +03:00
mod.rs Fix bug: op_vopen should replace cursor slot, not add new one 2025-05-27 10:52:36 +03:00
sorter.rs refactor BtreeCursor and Sorter to accept Vec of collations 2025-05-19 15:22:55 -03:00