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
With the default implementation of the session(LocalSession), the way that query is implemented it currently expects the caller to provide the parameters that the query expects, without explicitly verifying that they have.
This can lead to odd behavior, as without all parameters provided to the query it will not be able to find the correct tokens in memory
With this issue, I want to:
Add validation that that the parameters provided to the query contain keys only stipulated in the parameters of the query itself otherwise fail
Update the documentation1 around the usage of query to be more explicit on the fact that the parameters to a query align to that of the bindings in the query constraints
The text was updated successfully, but these errors were encountered:
EthanEChristian
changed the title
Add validate that queries provide the correct parameters
Add validation that queries provide the correct parameters
May 10, 2020
With the default implementation of the session(LocalSession), the way that query is implemented it currently expects the caller to provide the parameters that the query expects, without explicitly verifying that they have.
This can lead to odd behavior, as without all parameters provided to the query it will not be able to find the correct tokens in memory
With this issue, I want to:
The text was updated successfully, but these errors were encountered: