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+
17## 0.5.2
28
39- Fix releasing of locks when closing `SharedMutex``.
Original file line number Diff line number Diff line change 11name : sqlite_async
22description : 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
55environment :
66 sdk : ' >=3.2.0 <4.0.0'
77
You can’t perform that action at this time.
0 commit comments