Highlights
This is a fairly small bugfix release, mostly to resolve a bug introduced in 2.3.3 with commas and LT09. This also includes a couple of additional small performance improvements and some dialect improvements for Oracle, BigQuery and MySQL.
Thanks in particular to @bonnal-enzo who made their first contribution as part of this release πππππ.
Whatβs Changed
- Commas fix in LT09 #5335 @alanmcruickshank
- UUID Comparisons #5332 @alanmcruickshank
- Two depth map performance improvements #5333 @alanmcruickshank
- Stash parent idx with parent reference #5331 @alanmcruickshank
SettoFrozenSetin segment class_types #5334 @alanmcruickshank- Add support for ANY_VALUE( _ HAVING MIN/MAX _ ) to BigQuery dialect #5321 @bonnal-enzo
- Fix parsing error when using quoted slash in Oracle #5323 @joaostorrer
- Add support for functions and procedures calls via database link in Oracle #5326 @joaostorrer
- Fix parsing error with table name '_' in MySQL #5324 @joaostorrer
New Contributors
- @bonnal-enzo made their first contribution in #5321