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: client-sdks/orms/swift/grdb.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ There are some limitations to be aware of:
15
15
16
16
- Updating the PowerSync schema using `updateSchema` is not yet supported.
17
17
- Xcode previews may not yet work correctly.
18
-
- The current implementation uses the SQLite session API for change tracking, which may consume more memory than the standard PowerSync implementation. A more efficient tracking mechanism is planned.
19
18
- You may see thread priority inversion warnings in Xcode. We're working to ensure consistent quality-of-service classes across threads.
20
19
- The schema definition process requires manually defining both the PowerSync `AppSchema` and GRDB record types separately. Future versions may allow these to be declared together or derived from each other.
0 commit comments