Skip to content

Bump sqlglot from 20.9.0 to 20.10.0

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

Bumps sqlglot from 20.9.0 to 20.10.0.

Changelog

Sourced from sqlglot's changelog.

[v20.10.0] - 2024-01-24

💥 BREAKING CHANGES

New Features

🐛 Bug Fixes

🔧 Chores

Commits
  • 8770e3b Fix(optimizer): don't qualify CTEs for DDL/DML statements (#2880)
  • b7fb800 Fix(oracle): generate with time zone for timestamptz fixes #2879
  • 0648453 fix: set div type on multiplication closes #2878
  • a642758 fix: avoid dag cycle with unnesting subqueries closes #2876
  • 0e43c58 Chore(parser): warn when parsing (>1 tokens) SQL into exp.Command (#2874)
  • 6845c37 Feat: make the CREATE parser more lenient (#2875)
  • 970c202 Feat(postgres): add support for the SET property (#2873)
  • 89b781b Feat(postgres): add support for the INHERITS property closes #2871
  • 7fd9045 feat: add support for rename column (#2866)
  • b40349c Refactor!(schema): make find method abstract, get rid of trie parameter (#2869)
  • Additional commits viewable in compare view

Merge request reports