Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/fifty-cats-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@powersync/capacitor': patch
---

Updated limitations in README
2 changes: 1 addition & 1 deletion packages/capacitor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ const db = new PowerSyncDatabase({
## Limitations

- Encryption for native mobile platforms is not yet supported.
- Multiple tab support is not available for native Android and iOS targets.
- `PowerSyncDatabase.executeRaw` does not support results where multiple columns would have the same name in SQLite
- `PowerSyncDatabase.execute` has limited support on Android. The SQLCipher Android driver exposes queries and executions as separate APIs, so there is no single method that handles both. While `PowerSyncDatabase.execute` accepts both, on Android we treat a statement as a query only when the SQL starts with `select` (case-insensitive).
- Multiple tab support is not available for native Android and iOS targets. If you're not opening a second webview in your native app using something like `@jackobo/capacitor-webview`, you are unaffected by this.

## Examples

Expand Down