mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 03:54:21 +01:00
#525 - Adds the necessary `ScalarFunc` variants to support the `changes()` & `total_changes()` SQLite function. - Adds the necessary fields to the `Connection` struct to track changes. - Modify the `InsertAwait` OpCode behaviour to affect the changes counter. Closes #589