Skip to content

Bump sqlglot from 20.1.0 to 20.2.0

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

Bumps sqlglot from 20.1.0 to 20.2.0.

Changelog

Sourced from sqlglot's changelog.

[v20.2.0] - 2023-12-14

🐛 Bug Fixes

Refactors

  • 2383003 - add is_connected helper to see if tokens have no white space (commit by @​tobymao)
Commits
  • 9e7112b Fix: create .venv when publishing so that maturin doesn't crash (#2675)
  • 7188431 fix: ignore unnesting non subqueries closes #2676
  • 0773ea4 Get rid of the alnum optimization in the rust tokenizer (#2677)
  • 9177c6a Fix(snowflake): time travel syntax can be used in queries as well (#2674)
  • 2ae0deb Fix(snowflake): refactor location paths (#2668)
  • 2027841 Don't refer to rust tokenizer as 'native' to avoid confusion (#2671)
  • 0706490 Go back to converting the Rust token into the Python one (#2669)
  • bf6d3e4 fix(optimizer): eliminate eliminate_unions (#2663)
  • a8d4b05 fix: postgres exec as command closes #2666
  • 4617ac3 Fix(executor): respect LIMIT in set operations (#2665)
  • Additional commits viewable in compare view

Merge request reports