mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 09:44:21 +01: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