-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Mixed data type #2252
Conversation
This reverts commit 998280d.
Please note that the PR is still in draft, and that it also contains all the changes from PR #2230, as those changes are needed, and can't be merged to master yet due to a missing merge in core. |
# Conflicts: # Tests/Realm.Tests/Database/RealmSetTests.cs # Tests/Realm.Tests/Database/TestObjects.cs
# Conflicts: # Tests/Realm.Tests/Database/TestObjects.cs
# Conflicts: # Tests/Realm.Tests/Database/TestObjects.cs # Tests/Realm.Tests/Sync/DataTypeTests.cs # Tests/Realm.Tests/Sync/SyncTestBase.cs
I have just verified that sync tests are passing. With this there is very little to do, and it depends on bugs/features in Core:
|
We should also consider exposing |
# Conflicts: # Realm/Realm/DatabaseTypes/RealmDictionary.cs # Tests/Realm.Tests/Database/TestObjects.cs # Tests/Realm.Tests/Sync/SyncTestBase.cs
* Store the looked up schema in the context * Bump to latest Core * fix some warnings * Fix build
Add support for Mixed data type.
Fixes #2066
Fixes #2205
Fixes #2160
TODO