Feature or enhancement
Proposal:
This is a meta issue for the following tasks:
- The sqlite3 docs say that the return value of
sqlite3_reset and sqlite3_finalize must be checked and handled accordingly, but we do not do this.
- We have some functions that are called but can fail, and we don't free resources.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
Feature or enhancement
Proposal:
This is a meta issue for the following tasks:
sqlite3_resetandsqlite3_finalizemust be checked and handled accordingly, but we do not do this.Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
sqlite3error branches #139328sqlite3_finalizeandsqlite3_resetusages #139329sqlite3error branches (GH-139328) #139471sqlite3error branches (GH-139328) #139472