Skip to content

Commit c028b09

Browse files
committed
Prepare 2.4.5 patch release
1 parent 3152537 commit c028b09

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

sqlite3/CHANGELOG.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
## 2.4.6
2-
3-
- Fix selecting large integers (being represented as a `BigInt` in Dart)
4-
not working when compiled with dartdevc.
5-
61
## 2.4.5
72

83
- Fix a bug in the OPFS-locks implementation causing a deadlock when the `xSleep`
94
VFS call is issued.
5+
- Fix selecting large integers (being represented as a `BigInt` in Dart)
6+
not working when compiled with dartdevc.
107

118
## 2.4.4
129

sqlite3/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sqlite3
22
description: Provides lightweight yet convenient bindings to SQLite by using dart:ffi
3-
version: 2.4.6
3+
version: 2.4.5
44
homepage: https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3
55
issue_tracker: https://github.com/simolus3/sqlite3.dart/issues
66

0 commit comments

Comments
 (0)