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:
1515 sdk : " >=3.0.0 <4.0.0"
1616dependencies :
1717 drift : " >=2.28.0 <3.0.0"
18- sqlite_async : ^0.11.0
18+ sqlite_async : ^0.11.8
1919
2020dev_dependencies :
2121 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+
15## 0.11.7
26
37- Shared worker: Release locks owned by connected client tab when it closes.
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.11.7
3+ version : 0.11.8
44repository : https://github.com/powersync-ja/sqlite_async.dart
55environment :
66 sdk : " >=3.5.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments