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 applying a filter on a key of type string which is NULL the code goes into an error:
"Object reference not set to an instance of an object"
While this is not the case with DateTime. Unit tests also don't include the test with string values.
Example:
Filter the list on the value "abc" for key "name", with one record in the list having name = null will throw the error.
[1] = {[name, {"value": "abc" , "matchMode": "startsWith"}}]}
The text was updated successfully, but these errors were encountered:
When applying a filter on a key of type string which is NULL the code goes into an error:
"Object reference not set to an instance of an object"
While this is not the case with DateTime. Unit tests also don't include the test with string values.
Example:
Filter the list on the value "abc" for key "name", with one record in the list having name = null will throw the error.
[1] = {[name, {"value": "abc" , "matchMode": "startsWith"}}]}
The text was updated successfully, but these errors were encountered: