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
It seems that if an API call fails half-way through the transaction is not rolled back as it should be. I'm using db.transaction provided by better sqlite, but it seems it doesn't do the rollback properly.
The text was updated successfully, but these errors were encountered:
It seems that if an API call fails half-way through the transaction is not rolled back as it should be. I'm using
db.transaction
provided by better sqlite, but it seems it doesn't do the rollback properly.The text was updated successfully, but these errors were encountered: