mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 12:34:22 +01:00
## Changes Since limbo now supports UPDATE and DELETE, I'm planning to implement the rest of the features for integrating JDBC and limbo. Since limbo's [total_changes() function seems to work differently in compared to the sqlite's](https://discord.com/channels/12586588262579610 20/1321869557459058778/1368830400985563176), let's remove the `@Disabled` annotation from `execute_update_should_return_number_of_updated_elements` test after the issue is handled. ## Reference https://github.com/tursodatabase/limbo/issues/615 Closes #1451