Skip to content

Build(deps): Bump sqlglot from 24.0.1 to 24.0.3

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

Bumps sqlglot from 24.0.1 to 24.0.3.

Changelog

Sourced from sqlglot's changelog.

[v24.0.3] - 2024-05-29

🐛 Bug Fixes

[v24.0.2] - 2024-05-28

New Features

🐛 Bug Fixes

Refactors

🔧 Chores

Commits
  • aac8570 Fix: use index2 instead of self._index in _parse_type index difference
  • fb8db9f Fix(parser): edge case where TYPE_CONVERTERS leads to type instead of column ...
  • b40788e docs: update API docs, CHANGELOG.md for v24.0.2 [skip ci]
  • 89a8984 Refactor: move UNESCAPED_SEQUENCES out of the _Dialect metaclass
  • a67de5f Refactor: get rid of redundant dict_depth check in schema find (#3561)
  • 7c323bd Feat: add option in schema's find method to ensure types are DataTypes (#3560)
  • eae3c51 Fix: use regex to split interval strings (#3556)
  • beb0269 Fix(tsql): adapt TimeStrToTime to avoid superfluous casts (#3558)
  • 893addf Chore: add SET NOT NULL test
  • 712d247 Feat: add support for ALTER COLUMN DROP NOT NULL (#3550)
  • Additional commits viewable in compare view

Merge request reports