-
Notifications
You must be signed in to change notification settings - Fork 165
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
[RNET-1092] Added support for indexed RealmValue #3544
Merged
Merged
Conversation
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
Pull Request Test Coverage Report for Build 8175476881Details
💛 - Coveralls |
# Conflicts: # .github/workflows/test-net-core.yml
nirinchev
approved these changes
Mar 7, 2024
papafe
added a commit
that referenced
this pull request
Mar 7, 2024
* 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #3493
TODO