Skip to content

New feature: Support Common Table Expression and ILIKE

Compare
Choose a tag to compare
@huandu huandu released this 26 Jul 04:32
· 25 commits to master since this release
ebceb91

What's Changed

  • Implement CTEBuilder and CTETableBuilder to support Common Table Expression (CTE) by @huandu in #157
  • Add ILIKE helper in SelectBuilder, UpdateBuilder and DeleteBuilder by @abanoub-fathy in #159

New Contributors

Full Changelog: v1.27.3...v1.28.0