❔ In the SQlite library, which method will throw exception when the disk is full
I am trying to write an unit test for a scenario where the disk is full but data is being added to the database. In this scenario, will the error be from the
Execute
method of the command, or will it be from the Commit
of the transaction?1 Reply
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.