mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-19 02:15:00 +00:00
![]() - `Update` query doesn't update `n_changes`. Let's make it work - Add `InsertFlags` to add meta information related to insert operations - For update query, add `UPDATE` flag - Currently, the update query executes `Insn::Delete` and `Insn::Insert` internally, it increases `n_change` by 2. So, for the update query, let's skip increasing `n_change` for the `Insn::Insert` https://github.com/tursodatabase/limbo/issues/1681 Reviewed-by: Pere Diaz Bou <pere-altea@homail.com> Closes #1683 |
||
---|---|---|
.. | ||
go | ||
java | ||
javascript | ||
python | ||
rust | ||
wasm |