Skip to content

Improve error branches in sqlite3 module #139327

@picnixz

Description

@picnixz

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

Metadata

Metadata

Assignees

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions