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
How an object or an array is indexed is now checked. If an object is
indexed with a number or an array is indexed with a string, an error is
thrown. Four old tests were modified because the new check caught
indexing errors within them
[ERROR_ARGUMENTS_INVALID]="Wrong number, empty, or missing required arguments to function"
10
10
[ERROR_ARGUMENTS_INVALID_TYPE]="The type of the final value specified by the user is neither 'object', 'array', nor 'string'"
11
-
[ERROR_ARGUMENTS_INCORRECT_TYPE]="The type of the final value does not match that of the actual final value (at end of query string)"
11
+
[ERROR_ARGUMENTS_INCORRECT_TYPE]="The type of the final value does not match that of the actual final value (at end of query string). Or, the type implied by your query string does not match up with the queried object"
12
12
13
13
[ERROR_QUERYTREE_INVALID]="The querytree could not be parsed"
0 commit comments