File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.6.0
2
+
3
+ - Allow catching errors and continuing the transaction. This is technically a breaking change, although it should not be an issue in most cases.
4
+ - Add ` tx.closed ` and ` db/tx.getAutoCommit() ` to check whether transactions are active.
5
+ - Requires sqlite3 ^2.3.0 and Dart ^3.2.0.
6
+
1
7
## 0.5.2
2
8
3
9
- Fix releasing of locks when closing `SharedMutex``.
Original file line number Diff line number Diff line change 1
1
name : sqlite_async
2
2
description : High-performance asynchronous interface for SQLite on Dart and Flutter.
3
- version : 0.5.2
4
- repository : https://github.com/journeyapps /sqlite_async.dart
3
+ version : 0.6.0
4
+ repository : https://github.com/powersync-ja /sqlite_async.dart
5
5
environment :
6
6
sdk : ' >=3.2.0 <4.0.0'
7
7
You can’t perform that action at this time.
0 commit comments