We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e3161 commit b8a45a1Copy full SHA for b8a45a1
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.6.2
2
+
3
+- Fix `ArgumentError (Invalid argument(s): argument value for 'return_value' is null)` in sqlite3 by upgrading to version 2.4.4.
4
5
## 0.6.1
6
7
- Fix errors when closing a `SqliteDatabase`.
pubspec.yaml
@@ -1,12 +1,12 @@
name: sqlite_async
description: High-performance asynchronous interface for SQLite on Dart and Flutter.
-version: 0.6.1
+version: 0.6.2
repository: https://github.com/powersync-ja/sqlite_async.dart
environment:
sdk: ">=3.2.0 <4.0.0"
8
dependencies:
9
- sqlite3: "^2.3.0"
+ sqlite3: "^2.4.4"
10
async: ^2.10.0
11
collection: ^1.17.0
12
meta: ^1.10.0
0 commit comments