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
We need to ensure that records that include columns of all Money types support the same filters as Number types via the API. Please see #385 for the full list.
We should be able to reuse the implementation for Number types here.
This involves:
Implementing the filters in the backend
Updating the /api/v0/databases/<id>/types/ endpoint to store available filters on Number types.
Filter information should include the number of parameters needing to be passed in (e.g. between needs 2 parameters, is empty needs 0)
Problem
We need to ensure that records that include columns of all Money types support the same filters as Number types via the API. Please see #385 for the full list.
We should be able to reuse the implementation for Number types here.
This involves:
/api/v0/databases/<id>/types/
endpoint to store available filters onNumber
types.between
needs 2 parameters,is empty
needs 0)Additional context
sqlalchemy-filters
to provide filtering. See: https://github.com/centerofci/sqlalchemy-filters.MONEY
data type in the backend. #420The text was updated successfully, but these errors were encountered: