You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is because the adapter is using eachQuery instead of runQuery for delete queries. Appending RETURNING 1 to your query might be viable workaround.
When a delete query is executed using any-db-sqlite3, the number of affected rows (rowCount) is always 0 even when some rows was deleted in sqlite
The text was updated successfully, but these errors were encountered: