We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3e6ff commit 4fa057bCopy full SHA for 4fa057b
CHANGELOG.md
@@ -1,3 +1,9 @@
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
7
## 0.5.2
8
9
- Fix releasing of locks when closing `SharedMutex``.
pubspec.yaml
@@ -1,7 +1,7 @@
name: sqlite_async
description: High-performance asynchronous interface for SQLite on Dart and Flutter.
-version: 0.5.2
-repository: https://github.com/journeyapps/sqlite_async.dart
+version: 0.6.0
+repository: https://github.com/powersync-ja/sqlite_async.dart
environment:
sdk: '>=3.2.0 <4.0.0'
0 commit comments