File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ environment:
15
15
sdk : " >=3.0.0 <4.0.0"
16
16
dependencies :
17
17
drift : " >=2.28.0 <3.0.0"
18
- sqlite_async : ^0.11.0
18
+ sqlite_async : ^0.11.8
19
19
20
20
dev_dependencies :
21
21
build_runner : ^2.4.8
Original file line number Diff line number Diff line change
1
+ ## 0.11.8
2
+
3
+ - Support nested transactions (emulated with ` SAVEPOINT ` statements).
4
+
1
5
## 0.11.7
2
6
3
7
- Shared worker: Release locks owned by connected client tab when it closes.
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.11.7
3
+ version : 0.11.8
4
4
repository : https://github.com/powersync-ja/sqlite_async.dart
5
5
environment :
6
6
sdk : " >=3.5.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments