Skip to content

Build(deps): bump sqlglot from 23.10.0 to 23.11.2

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

Bumps sqlglot from 23.10.0 to 23.11.2.

Changelog

Sourced from sqlglot's changelog.

[v23.11.2] - 2024-04-19

🐛 Bug Fixes

[v23.11.1] - 2024-04-19

🐛 Bug Fixes

[v23.11.0] - 2024-04-19

💥 BREAKING CHANGES

  • due to 290e408 - Preserve DPipe in simplify_concat (PR #3317 by @​VaggelisD):

    Preserve DPipe in simplify_concat (#3317)

  • due to 83cff79 - add comprehensive reserved keywords for presto and redshift (PR #3322 by @​tobymao):

    add comprehensive reserved keywords for presto and redshift (#3322)

  • due to 61f5b12 - Introduce partition in exp.Table (PR #3327 by @​VaggelisD):

    Introduce partition in exp.Table (#3327)

  • due to 1832ff1 - dynamic styling for inline arrays (commit by @​tobymao):

    dynamic styling for inline arrays

  • due to 5fb7f5b - dont double indent comments (commit by @​tobymao):

    dont double indent comments

New Features

🐛 Bug Fixes

... (truncated)

Commits
  • 68595eb fix: edge case
  • 6b10ccc docs: update API docs, CHANGELOG.md for v23.11.1 [skip ci]
  • 9cf6f4e fix: don't allow any_token on reserved keywords
  • 970c9c2 docs: update API docs, CHANGELOG.md for v23.11.0 [skip ci]
  • 5fb7f5b fix!: dont double indent comments
  • e2b6213 fix: don't double comment unions
  • 1832ff1 feat!: dynamic styling for inline arrays
  • 1105044 feat(tsql): add alter table rename
  • 17f7eaf chore: add test
  • ae415a3 fix ApproxDistinct snowflake transpilation (#3334)
  • Additional commits viewable in compare view

Merge request reports