mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
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 |
||
|---|---|---|
| .. | ||
| builder.rs | ||
| execute.rs | ||
| explain.rs | ||
| insn.rs | ||
| likeop.rs | ||
| mod.rs | ||
| sorter.rs | ||