Added
- EXPERIMENTAL: Adds end-to-end support for window functions including RANK, DENSE_RANK, LAG, LEAD, and ROW_NUMBER functions alongside the WINDOW clause.
UPPER,LOWER,TRIMfunctions support forCHAR/VARCHARLIKEandLIKE_ESCAPEfunctions support forCHAR/VARCHAR/CLOB/STRINGwith dynamic type coercionCLOB/BLOBnow supports length parameters withCLOB(max_length)/BLOB(max_length)syntax
Changed
- Formalize
UPPER,LOWER,TRIMandCONCATlength and type handling on string types
Deprecated
- Deprecated previous modeling of window functions.
Fixed
- Datum return type for
LOWERon a CLOB value
Contributors
Thank you to all who have contributed!
Full Changelog: v1.2.3...v1.3.0