Skip to content

Build(deps): bump sqlglot from 23.8.2 to 23.9.0

Ronan Amicel requested to merge dependabot-pip-sqlglot-23.9.0 into main

Bumps sqlglot from 23.8.2 to 23.9.0.

Changelog

Sourced from sqlglot's changelog.

[v23.9.0] - 2024-04-12

💥 BREAKING CHANGES

New Features

🐛 Bug Fixes

🔧 Chores

Commits
  • 5b2feb7 fix: allow unnesting to bring struct fields into scope
  • 2224881 fix: case when / if should ignore null types
  • 6b21bba chore: make test runnable
  • d3472c6 Fix: Add postgres transpilation for TIME_TO_UNIX (#3305)
  • 3b606a5 Update README.md
  • 4790414 Feat(prql): Handle DESC with sort (#3299)
  • 75e0c69 Fix!: cast less aggressively (#3302)
  • 6f73186 chore: refactor to use inline lambda
  • 1bc51df Feat(teradata): handle transpile of quarter function (#3303)
  • 3c97d34 Fix!: parse right-hand side of <value> IN (<query>) as a Subquery (#3304)
  • Additional commits viewable in compare view

Merge request reports