Skip to content

Build(deps): bump sqlglot from 23.13.7 to 23.15.1

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

Bumps sqlglot from 23.13.7 to 23.15.1.

Changelog

Sourced from sqlglot's changelog.

[v23.15.1] - 2024-05-10

🐛 Bug Fixes

[v23.15.0] - 2024-05-09

💥 BREAKING CHANGES

  • due to 9338ebc - tsql drop view no catalog (commit by @​tobymao):

    tsql drop view no catalog

New Features

🐛 Bug Fixes

🔧 Chores

[v23.14.0] - 2024-05-07

💥 BREAKING CHANGES

  • due to 258ad3b - parse column instead of identifier for SET assignment LHS (PR #3417 by @​georgesittas):

    parse column instead of identifier for SET assignment LHS (#3417)

🐛 Bug Fixes

... (truncated)

Commits
  • 33ac4fc fix: add create view tsql
  • 2520473 docs: update API docs, CHANGELOG.md for v23.15.0 [skip ci]
  • 9338ebc fix!: tsql drop view no catalog
  • 0927ae3 Fix(executor): use timezone-aware object to represent datetime in UTC (#3447)
  • baf39e7 Feat(redshift): improve ALTER TABLE .. ALTER .. support (#3444)
  • 91bed56 chore: test 3.12
  • c309def Fix(duckdb): use name sequence instead of single _t for unnest alias (#3446)
  • 9825c4c fix: improve error handling for nested schema levels (#3445)
  • 07badc9 feat(clickhouse): add support for ALTER TABLE REPLACE PARTITION statement (#3...
  • 5cfb29c Fix(bigquery): MOD edge case
  • Additional commits viewable in compare view

Merge request reports