planetarydev/json-sql-builder2

not able to use trim(), upper(), lower(), etc

ashwinilokhande19 opened this issue · 1 comments

Hi,

I am trying to use trim, upper, lower functions, but am unable to.
getting errors as:

The Helper or Operator with the name '$trim' is not defined
The Helper or Operator with the name '$upper' is not defined
The Helper or Operator with the name '$lower' is not defined

if json-sql-bulder2 supports these, please share examples for the same

Currently Not supported. But it will be an easy Job. You can Do it like the examples in the docs. Every PR with new Operatorsand helpers are welcome.
If you got question creating New helpers please open an New issue