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