limbo/bindings
Pekka Enberg db4945eada Merge 'Fix update queries to set n_changes ' from Kim Seon Woo
- `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
2025-06-16 16:30:20 +03:00
..
go Switch Connection to use Arc instead of Rc 2025-06-16 10:43:19 +03:00
java Merge 'Fix update queries to set n_changes ' from Kim Seon Woo 2025-06-16 16:30:20 +03:00
javascript Switch Connection to use Arc instead of Rc 2025-06-16 10:43:19 +03:00
python Switch Connection to use Arc instead of Rc 2025-06-16 10:43:19 +03:00
rust bindings/rust: Fix Rows::next() I/O dispatcher handling 2025-06-16 14:28:08 +03:00
wasm Switch Connection to use Arc instead of Rc 2025-06-16 10:43:19 +03:00