Files
turso/core/translate
Pere Diaz Bou c7e9b3a546 don't emit Delete for UPDATE statement
Previously we implemented update as a simple `Delete` + `Insert`
procedure which seemed okay for the moment but it wasn't. `Delete` can
trigger balance and a post balance `seek` which will leave cursor
pointing to an invalid page which `Insert` will try to insert to.

We solve this by removing `Delete` from the execution plan and rely on
`Insert` to properly overwrite the cell where the rowid is the same as
the one we are inserting.
2025-06-23 15:44:34 +02:00
..
2025-06-17 19:33:23 +02:00
2025-05-19 15:22:15 -03:00
2025-06-17 19:33:23 +02:00
2025-06-17 19:33:23 +02:00
2025-06-13 10:39:36 +03:00
2025-06-17 19:33:23 +02:00
2025-06-17 19:33:23 +02:00
2025-06-11 18:38:56 +02:00
2025-06-17 19:33:23 +02:00