Skip to content

`IS`/`IS NOT` & Coalesce Additions

Pre-release
Pre-release
Compare
Choose a tag to compare
@hiimtmac hiimtmac released this 26 Oct 15:58
6590fe3
  • Rename XXXExpressible to XXXExpression
  • Rename PrimativeSelection to RawValue
  • Add IS/IS NOT for comparisons (should be used for NULL checks)
  • Add more COALESCE options like CONCAT
  • CompareOperator now a struct so can be extended by 3rd parties