Bump sqlglot from 25.24.4 to 25.24.5
Bumps sqlglot from 25.24.4 to 25.24.5.
Changelog
Sourced from sqlglot's changelog.
[v25.24.5] - 2024-10-08
✨ New Features
22a1684
- bigquery: Native annotations for more math functions (PR #4212 by@VaggelisD
)354cfff
- add builder methods to exp.Update and add with_ arg to exp.update (PR #4217 by@brdbry
)
🐛 Bug Fixes
2c513b7
- Attach CTE comments before commas (PR #4218 by@VaggelisD
)
↘ fixes issue #4216 opened by@ajfriend
Commits
-
2c513b7
Fix: Attach CTE comments before commas (#4218) -
354cfff
Feat: add builder methods to exp.Update and add with_ arg to exp.update (#4217) -
22a1684
feat(bigquery): Native annotations for more math functions (#4212) -
235ea37
Add varbyte alias binary varying to redshift (#4213) -
4dcd397
docs: update API docs, CHANGELOG.md for v25.24.4 [skip ci] - See full diff in compare view