diff --git a/.changeset/fifty-cats-occur.md b/.changeset/fifty-cats-occur.md new file mode 100644 index 000000000..b3613c43d --- /dev/null +++ b/.changeset/fifty-cats-occur.md @@ -0,0 +1,5 @@ +--- +'@powersync/capacitor': patch +--- + +Updated limitations in README diff --git a/packages/capacitor/README.md b/packages/capacitor/README.md index b14587198..ab23df8c1 100644 --- a/packages/capacitor/README.md +++ b/packages/capacitor/README.md @@ -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