File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 2025-07-29
7
+
8
+ ---
9
+
10
+ Packages with breaking changes:
11
+
12
+ - There are no breaking changes in this release.
13
+
14
+ Packages with other changes:
15
+
16
+ - [ ` sqlite_async ` - ` v0.11.8 ` ] ( #sqlite_async---v0118 )
17
+ - [ ` drift_sqlite_async ` - ` v0.2.3 ` ] ( #drift_sqlite_async---v023 )
18
+
19
+ ---
20
+
21
+ #### ` sqlite_async ` - ` v0.11.8 `
22
+
23
+ - Support nested transactions (emulated with ` SAVEPOINT ` statements).
24
+ - Fix web compilation issues with version ` 2.8.0 ` of ` package:sqlite3 ` .
25
+
26
+ #### ` drift_sqlite_async ` - ` v0.2.3 `
27
+
28
+ - Support nested transactions.
29
+
6
30
## 2025-06-03
7
31
8
32
---
Original file line number Diff line number Diff line change 1
1
## 0.11.8
2
2
3
3
- Support nested transactions (emulated with ` SAVEPOINT ` statements).
4
+ - Fix web compilation issues with version ` 2.8.0 ` of ` package:sqlite3 ` .
4
5
5
6
## 0.11.7
6
7
You can’t perform that action at this time.
0 commit comments