Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed ResourceWarning from unclosed SQLite connection on Python 3.13+.
On SQLite, close() doesn't explicitly close in-memory connections. Follow up to dd45d52.
- Loading branch information