Skip to content

Commit b8a45a1

Browse files
committed
Bump sqlite3 version
1 parent 34e3161 commit b8a45a1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
## 0.6.1
26

37
- Fix errors when closing a `SqliteDatabase`.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: sqlite_async
22
description: High-performance asynchronous interface for SQLite on Dart and Flutter.
3-
version: 0.6.1
3+
version: 0.6.2
44
repository: https://github.com/powersync-ja/sqlite_async.dart
55
environment:
66
sdk: ">=3.2.0 <4.0.0"
77

88
dependencies:
9-
sqlite3: "^2.3.0"
9+
sqlite3: "^2.4.4"
1010
async: ^2.10.0
1111
collection: ^1.17.0
1212
meta: ^1.10.0

0 commit comments

Comments
 (0)