You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/capacitor/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,8 @@ const db = new PowerSyncDatabase({
82
82
83
83
- Encryption for native mobile platforms is not yet supported.
84
84
- Multiple tab support is not available for native Android and iOS targets.
85
-
-`executeRaw` does not support results where multiple columns would have the same name in SQLite
85
+
-`PowerSyncDatabase.executeRaw` does not support results where multiple columns would have the same name in SQLite
86
+
-`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).
0 commit comments