SpacetimeDB
SpacetimeDB copied to clipboard
SQL - `update` and `delete` queries do not return any rows
When running an update or delete query in SQL, the API does not return any rows (although it does do the operation properly).
This was the root cause of https://github.com/clockworklabs/SpacetimeDB/issues/2358.
Previously it returned a single header row specifying the number of rows updated/deleted.
Is now clear that the task is recover the functionality to show the number of rows updated/deleted/inserted. Today is implemented the fix to not crash.