Skip to content

Commit 7e7159b

Browse files
committed
sqflite_android: v2.4.2+3
1 parent f30fb64 commit 7e7159b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

sqflite_android/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.4.2+3
2+
3+
* Use compile statement for insert/update and delete to avoid invalid result in wal mode
4+
* Requires dart 3.10
5+
16
## 2.4.2+2
27

38
* Requires compile SDK 36

sqflite_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repository: https://github.com/tekartik/sqflite/tree/master/sqflite_android
33
issue_tracker: https://github.com/tekartik/sqflite/issues
44
description: Android flutter plugin for SQLite, a self-contained, high-reliability,
55
embedded, SQL database engine.
6-
version: 2.4.2+2
6+
version: 2.4.2+3
77

88
# This package supports all platforms listed below.
99
platforms:

0 commit comments

Comments
 (0)