Select and sorting is performed by regular means Exposed
d
Damien
02/06/2022, 9:58 AM
Thanks! I'll take a look. I already have a jsonb extension based on input from one of those issues. Haven't figured out how to select/sort based on the column, though.
b
Bogdan
02/06/2022, 11:22 AM
You need to implement the operators you need. Interface Op.
Example: concat function, see implementation for Oracle (OracleDialect.kt). It just acts as an operator, not a function.