New feature: Support Common Table Expression and ILIKE
What's Changed
- Implement
CTEBuilderandCTETableBuilderto support Common Table Expression (CTE) by @huandu in #157- Samples can be found in the document for
WithandCTEBuilder.
- Samples can be found in the document for
- Add ILIKE helper in
SelectBuilder,UpdateBuilderandDeleteBuilderby @abanoub-fathy in #159
New Contributors
- @abanoub-fathy made their first contribution in #159
Full Changelog: v1.27.3...v1.28.0