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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
I expect the storage entities Account and Transaction to validate the passed filters and throw and error if a filter is not valid.
Also, unit tests should be added to cover this scenario.
Actual behavior
Currently it doesn't and the database query crashes with an unclear message
Steps to reproduce
Run storage.entities.Transaction.get({ invalid_filter: true })
Which version(s) does this affect? (Environment, OS, etc...)
1.5
The text was updated successfully, but these errors were encountered:
Expected behavior
I expect the storage entities Account and Transaction to validate the passed filters and throw and error if a filter is not valid.
Also, unit tests should be added to cover this scenario.
Actual behavior
Currently it doesn't and the database query crashes with an unclear message
Steps to reproduce
Run
storage.entities.Transaction.get({ invalid_filter: true })
Which version(s) does this affect? (Environment, OS, etc...)
1.5
The text was updated successfully, but these errors were encountered: