Skip to content

Build(deps): bump sqlglot from 23.12.2 to 23.13.0

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

Bumps sqlglot from 23.12.2 to 23.13.0.

Changelog

Sourced from sqlglot's changelog.

[v23.13.0] - 2024-05-03

💥 BREAKING CHANGES

  • due to cc6259d - Mark UDTF child scopes as ScopeType.SUBQUERY (PR #3390 by @​VaggelisD):

    Mark UDTF child scopes as ScopeType.SUBQUERY (#3390)

  • due to 33bae9b - get rid of superfluous "parameters" arg in RegexpReplace (PR #3394 by @​georgesittas):

    get rid of superfluous "parameters" arg in RegexpReplace (#3394)

  • due to 3768514 - snowflake optional merge insert (commit by @​tobymao):

    snowflake optional merge insert

  • due to d1b4f1f - Introducing TIMESTAMP_NTZ token and data type (PR #3386 by @​VaggelisD):

    Introducing TIMESTAMP_NTZ token and data type (#3386)

New Features

🐛 Bug Fixes

Commits
  • 24e1115 fix(trino|presto): adding cast support for "hyperloglog" column type (#3405)
  • 534fb80 Feat(postgres): add support for anonymos index DDL syntax (#3403)
  • 665e613 Move TDIGEST token defn. so it is grouped with the other type tokens
  • 84b7026 fix(trino): support for data type 'tdigest' (#3402)
  • 16691f9 Feat(prql): add support for AGGREGATE (#3395)
  • 00ff877 Fix(tsql): quote hash sign as well for quoted temporary tables (#3401)
  • d1b4f1f feat!: Introducing TIMESTAMP_NTZ token and data type (#3386)
  • f44cd24 Fix: make generated constraint parsing more lenient fixes #3397
  • 3768514 fix!: snowflake optional merge insert
  • 33bae9b Fix!: get rid of superfluous "parameters" arg in RegexpReplace (#3394)
  • Additional commits viewable in compare view

Merge request reports