You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ok, so It's already so in c++ api, but it looks like there was some back and forth with it in #6122 and then #7087. @jedelbo@nicola-cab was it just an oversight due to missing test cases?
Considering the method
build_key_path_array
, it seems it does not allow to create an emptyKeyPathArray
:realm-core/src/realm/object-store/c_api/notifications.cpp
Lines 67 to 74 in d318021
The method returns std::nullopt in two scenarios:
key_path_array
is nullptr.key_path_array
points to an array with a length of zero.But in case 2 it should return an empty
KeyPathArray
.The text was updated successfully, but these errors were encountered: