realm / realm-dart

Realm is a mobile database: a replacement for SQLite & ORMs.
Apache License 2.0
772 stars 86 forks source link

RDART-1066: Make schema mode for synchronized realms explicit #1748

Closed nirinchev closed 3 months ago

nirinchev commented 4 months ago

Change schema mode to additive explicit. When schema mode is .discovered, orphaned embedded objects are ignored, which causes a "no such table" exception to be called when we try to look up the table metadata.

Related to https://github.com/realm/realm-dart/issues/1740, but unlikely to have fixed it.