Skip to content

Build(deps): Bump sqlglot from 23.8.0 to 23.8.2

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

Bumps sqlglot from 23.8.0 to 23.8.2.

Changelog

Sourced from sqlglot's changelog.

[v23.8.2] - 2024-04-10

New Features

🐛 Bug Fixes

  • 94c188d - optimizer: propagate recursive CTE source to children scopes early (PR #3294 by @​georgesittas)
  • 281db61 - replace fully qualified columns with generated table aliases since they become invalid (commit by @​tobymao)

[v23.8.1] - 2024-04-09

New Features

🐛 Bug Fixes

Commits
  • 281db61 fix: replace fully qualified columns with generated table aliases since they ...
  • 94c188d Fix(optimizer): propagate recursive CTE source to children scopes early (#3294)
  • eabb708 Feat(prql): add filter, set operations (#3291)
  • 4cda01e docs: update API docs, CHANGELOG.md for v23.8.1 [skip ci]
  • fd24b27 Fix: make exp.to_column more lenient (#3292)
  • 942856d Feat(postgres): add COMMENT ON MATERIALIZED VIEW (#3293)
  • 215a755 docs: update API docs, CHANGELOG.md for v23.8.0 [skip ci]
  • See full diff in compare view

Merge request reports