`IS`/`IS NOT` & Coalesce Additions
Pre-release
Pre-release
- Rename
XXXExpressible
toXXXExpression
- Rename
PrimativeSelection
toRawValue
- Add
IS/IS NOT
for comparisons (should be used for NULL checks) - Add more
COALESCE
options likeCONCAT
CompareOperator
now a struct so can be extended by 3rd parties