mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 04:54:21 +01:00
Fixes #1904 This PR changes the existing behaviour of Connection.execute to not return 0, but the number of rows that have been changed by the operation within. The changes are: 1. Adds a getter for n_change and the execute function now returns the n_change value 2. Integration test to test the behaviour Closes #1987