Summary
- Implementing logical operator composition with SQL function, making write of "like lower('%a%')" possible. (commit: df58e83) (details)
- Adding Like.ignoreCase() and Equals.ignoreCase() which introduces BiOperandOperator to be able of specify a function onto the left operand of a conditional operator. (commit: 4b5fb19) (details)