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
When trying to run a query like oneAny[2].@type == 'dictionary' (where oneAny is a mixed property) - i.e. find all objects where oneAny contains a list where the type of the 3rd element is a dictionary, I get the following exception:
I think I will go with the type names 'object' and 'array' as that seems to be more in line with the BSON vocabulary. This is kind of a breaking change as links will not have the type 'objectlink'.
When trying to run a query like
oneAny[2].@type == 'dictionary'
(whereoneAny
is a mixed property) - i.e. find all objects where oneAny contains a list where the type of the 3rd element is a dictionary, I get the following exception:This seems to imply there's no way to filter on the type for the newly introduced collections.
The text was updated successfully, but these errors were encountered: