Closed
Description
Hi:
I want to extend some json function, such as "xxx MEMBER OF (json_column)".
When I use 1.5.0,I can do like this:
class IsMemberOf extends AbstractSingleValueCondition<String> {
@Override
public String renderCondition(String columnName, String placeholder) {
return columnName + " MEMBER OF (" + super.value + ")";
}
}
But with 1.5.2, it's not easy to do so, how can I implement this function?
Metadata
Metadata
Assignees
Labels
No labels