We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90b7eb commit 03bca29Copy full SHA for 03bca29
packages/drift_sqlite_async/pubspec.yaml
@@ -15,7 +15,7 @@ environment:
15
sdk: ">=3.0.0 <4.0.0"
16
dependencies:
17
drift: ">=2.15.0 <2.19.0"
18
- sqlite_async: ^0.8.2
+ sqlite_async: ^0.8.1
19
dev_dependencies:
20
build_runner: ^2.4.8
21
drift_dev: ">=2.15.0 <2.19.0"
packages/sqlite_async/CHANGELOG.md
@@ -1,6 +1,6 @@
1
## 0.8.2
2
3
-- Added `refreshSchema()` to `SqliteConnection` and its implementations, allowing queries and watch calls to work against update schemas.
+- Added `refreshSchema()` and `exclusiveLock()` to `SqliteDatabaseMixin`, allowing queries and watch calls to work against updated schemas.
4
5
## 0.8.1
6
0 commit comments