-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RDART-1062: Allow missing values (implicit null) (#1736)
* Allow missing values (implicit null) * Update .expected files * Rerun builder in example * Update CHANGELOG * Support default values during EJson deserialization * Rerun builder in example * Add tests * Fix Decimal128 and RealmValue * register allow super types to be specified * Support DBRef * Extend RealmValue serialization tests * Accept a allowCustom argument on fromEJson * Lookup PK dynmically using object schema, during RealmValue of RealmObject serialization * Support deserializing RealmValue from DBKey * Support Set * Make SchemaObject const constructable again (unrelated to fix) * Avoid allowCustom argument * Update packages/realm_dart/test/serialization_test.dart Co-authored-by: Nikola Irinchev <[email protected]> * Update CHANGELOG.md --------- Co-authored-by: Nikola Irinchev <[email protected]>
- Loading branch information
Showing
50 changed files
with
976 additions
and
1,029 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.