Skip to content

Commit 647715c

Browse files
committed
Update changelog
1 parent f1a26dc commit 647715c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
- fixed: Raise exception with statement is prepared for a different conneciton.
6+
- fixed: Always close a connection if it fails to open, regardless of success.
7+
- changed: Remove duplicate prepare function.
8+
59
## v0.38.0
610

711
- added: Finer-grained `:mode` support when opening databases (e.g. `[:readwrite]` for read/write without implicit CREATE, `[:readwrite, :create]`). The atom `:readwrite` default is preserved for backward compatibility (still creates if needed). This aligns the API more closely with sqlite3_open_v2 flags. See #347.

0 commit comments

Comments
 (0)