We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3152537 commit c028b09Copy full SHA for c028b09
sqlite3/CHANGELOG.md
@@ -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
6
## 2.4.5
7
8
- Fix a bug in the OPFS-locks implementation causing a deadlock when the `xSleep`
9
VFS call is issued.
+- Fix selecting large integers (being represented as a `BigInt` in Dart)
+ not working when compiled with dartdevc.
10
11
## 2.4.4
12
sqlite3/pubspec.yaml
@@ -1,6 +1,6 @@
name: sqlite3
description: Provides lightweight yet convenient bindings to SQLite by using dart:ffi
-version: 2.4.6
+version: 2.4.5
homepage: https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3
issue_tracker: https://github.com/simolus3/sqlite3.dart/issues
0 commit comments