Skip to content

Bump sqlglot from 25.22.0 to 25.24.2

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

Bumps sqlglot from 25.22.0 to 25.24.2.

Changelog

Sourced from sqlglot's changelog.

[v25.24.2] - 2024-10-02

New Features

🐛 Bug Fixes

[v25.24.1] - 2024-10-01

New Features

🐛 Bug Fixes

[v25.24.0] - 2024-09-26

💥 BREAKING CHANGES

New Features

🐛 Bug Fixes

... (truncated)

Commits
  • f935e42 Fix: properly escape closing identifier delimiters (#4202)
  • 0de59ce Feat: mark expressions as unsupported in Into generator
  • 5a123a5 Fix(oracle): retreat properly when parsing BULK COLLECT INTO
  • 6ba2bb0 feat(oracle): Add support for BULK COLLECT INTO (#4181)
  • 1d16ee2 Fix style
  • a6c28c6 Fix(sqlite): generate StrPosition as INSTR (#4198)
  • 6a65973 Fix: expand UPDATABLE_EXPRESSION_TYPES to account for Identifier changes (#4197)
  • 9eba00d fix(duckdb): Parse ~~ as LIKE (#4195)
  • 4949906 feat(duckdb): Parse ~~~ as GLOB (#4194)
  • 0adbbf7 feat(duckdb): Parse ** and ^ operators as POW (#4193)
  • Additional commits viewable in compare view

Merge request reports