-
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
Add an explicit instantiation of Table::find_first for BinaryData #2823
Conversation
Other explicit instantiations were added in #2624, but `BinaryData` was overlooked.
Please check your coverage here: https://ci.realm.io/job/realm/job/realm-core/job/PR-2823/1/Diff_Coverage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
Check the performance result here: https://ci.realm.io/job/realm/job/realm-core/job/PR-2823/1/Performance_Report |
Please check your coverage here: https://ci.realm.io/job/realm/job/realm-core/job/PR-2823/2/Diff_Coverage |
Check the performance result here: https://ci.realm.io/job/realm/job/realm-core/job/PR-2823/2/Performance_Report |
Add a missing changelog entry for #2823
Other explicit instantiations were added in #2624, but
BinaryData
was overlooked.Needed to address realm/realm-object-store#526.