Skip to content

Build(deps): bump sqlglot from 23.17.0 to 24.0.0

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

Bumps sqlglot from 23.17.0 to 24.0.0.

Changelog

Sourced from sqlglot's changelog.

[v24.0.0] - 2024-05-21

💥 BREAKING CHANGES

New Features

🐛 Bug Fixes

🔧 Chores

Commits
  • a077f17 Fix(mysql)!: add reserved keywords (#3525)
  • 1ef3bb6 feat(snowflake): Add support for CREATE STREAMLIT (#3519)
  • 4def45b Fix: make UDF DDL property parsing more lenient closes #3517
  • 2105300 feat(databricks): Enable hex string literals (#3522)
  • bd5adea chore!!: remove dataframe library and tests in favor of sqlframe (#3518)
  • bfb9f98 Fix(postgres): parse @> into ArrayContainsAll, improve transpilation (#3515)
  • 358f30c Chore: remove redundant postgres JSONB token mapping
  • d468f92 Fix(doris): dont generate arrows for JSONExtract* closes #3513
  • 767ed18 fix doris not support ->> character (#3514)
  • 33ab353 Fix(snowflake): parse certain DB_CREATABLES as identifiers
  • Additional commits viewable in compare view

Merge request reports