Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MODFQMMGR-116 Add valueFunction to EntityTypeColumn
This function allows us to define a custom function for each column to do any additional processing needed on a query condition's value. For example, if a column's filterValueGetter is defined as "left(lower(f_unaccent(jsob ->> 'something')), 10)", then we can set the valueFunction to "left(lower(f_unaccent(:value)), 10)" to make it so both sides of a "column <operator> value" comparison have the same processing applied
- Loading branch information