We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7d533 commit 728b958Copy full SHA for 728b958
packages/powersync/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.2.1
2
+
3
+- Fix indexes incorrectly dropped after the first run.
4
+- Fix `viewName` override causing `view "..." already exists` errors after the first run.
5
6
## 1.2.0
7
8
This release improves the default log output and errors to better assist in debugging.
packages/powersync/pubspec.yaml
@@ -1,5 +1,5 @@
name: powersync
-version: 1.2.0
+version: 1.2.1
homepage: https://powersync.com
repository: https://github.com/powersync-ja/powersync.dart
description: PowerSync Flutter SDK - keep PostgreSQL databases in sync with on-device SQLite databases.
0 commit comments