-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added stub * Stubs with comments * Notes * Various fixes * Updated core * Finished stub * Removed comment [skip-ci] * Removed unused * Added stub for lists in lists * Fixed error with null and added basic test with all types * Improved base testing for list, added support for add/insert/set and equality checking * Improved test and removed useless content * Added tests * Small fixes * Small fixes * Added common method for creating a list and adding elements * Fixed error [skip-ci] * Added set and dictionary to primitive value * Various improvements * Added conversion per list * Fixed Operator * Added missing conversion methods * Corrected wrapper * Added test helper method for realm value types and removed unused reflextion extension method * Added missing types for marshaling * Small improvement in operator * Small corrections * Added error for sets adding collections * Trting to uniform access * Created common method for collections * Various improvements [skip-ci] * Fixed dictionary and added more tests * Small corrections * Improved tests for dictionaries * Small fixes * Simplified set collection on object * Added test for dynamic and simplified collection generation * Updated db * Updated changelog [skip-ci] * Updated another db * Updated db * Updated changelog * Test * Fix to generated files * Test * Small improvement * Added field offset * Working version * Small renaming * Reordering * Working version * Solution 1 * Final version of the RealmValue explicit layout * Added changelog * Removed set from RealmValue * Continuing removal of set * Simplified CreateInternalCollectionAndPopulate * Ulterior removal of set and added method parameter name * Removed other set-related things, added implicit method from array of RealmValue * Changed name to method * Added explicit sequence equals * Unified set_collection and add_collection for dictionary * Moved _intValue out of primitiveValue * Removed unnecessary structs * Changed return value * Small corrections * Fixed changelog * Updated core and a couple of fixes * Small corrections * Updated dbs * Updated core to 14.0.1 and changelog * Added test for collection indexes * Updated changelog * Fixed realm studio version * Updated guids to v24 * Corrected methods * Corrected changelog and wrapper * Added comments * Corrected changelog * Corrected changelog * Updated core * Updated changelog * Used correct core version * Fixed changelog * Fixed changelog * Added missing tests * Fixed tests * [RNET-1092] Added support for indexed RealmValue (#3544) * Added support for indexed RealmValue * Fixed changelog * Corrected indexable property types in schema * Added missing newline in the changelog * Testing fix for CI
- Loading branch information
Showing
38 changed files
with
2,152 additions
and
388 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
Oops, something went wrong.