Skip to content

Build(deps): Bump sqlglot from 25.13.0 to 25.15.0

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

Bumps sqlglot from 25.13.0 to 25.15.0.

Changelog

Sourced from sqlglot's changelog.

[v25.15.0] - 2024-08-19

💥 BREAKING CHANGES

New Features

🐛 Bug Fixes

Refactors

[v25.14.0] - 2024-08-19

💥 BREAKING CHANGES

  • due to 605f1b2 - use creatable kind mapping dict for schemadatabase substitution (PR #3924 by @​treysp):

    use creatable kind mapping dict for schemadatabase substitution (#3924)

  • due to f418caa - skip nullable comparison in is_type by default (PR #3927 by @​georgesittas):

    skip nullable comparison in is_type by default (#3927)

New Features

🐛 Bug Fixes

  • 605f1b2 - clickhouse: use creatable kind mapping dict for schemadatabase substitution (PR #3924 by @​treysp)
Commits
  • be11f4c Feat(clickhouse): add support for "@"-style parameters (#3939)
  • b824f8a Fix(parser): allow complex expressions for UNPIVOT alias (#3937)
  • f4c34d3 Refactor: move "MINUS": TokenType.EXCEPT to hive instead of spark
  • c3b34be Add support for MINUS keyword in Spark (#3932)
  • a668655 Fix(oracle)!: preserve SYSDATE (#3935)
  • f9a1efd docs: update API docs, CHANGELOG.md for v25.14.0 [skip ci]
  • f418caa Feat!: skip nullable comparison in is_type by default (#3927)
  • 605f1b2 Fix(clickhouse)!: use creatable kind mapping dict for schema<-->database subs...
  • c59cd94 docs: update API docs, CHANGELOG.md for v25.13.0 [skip ci]
  • See full diff in compare view

Merge request reports