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
The behavior of ExecuteQuery() is not always the same. When the result of the query is just one element, the function returns a dict containing that element:
The behavior of
ExecuteQuery()
is not always the same. When the result of the query is just one element, the function returns a dict containing that element:On the other hand, when the result is composed by many elements, it returns a dict of lists:
But, when the result is empty,
ExecuteQuery()
returns a dict of empty lists:This function should always return the same type of objects to avoid errors accessing the results of the query.
The text was updated successfully, but these errors were encountered: