tekumara / fakesnow

Fake Snowflake Connector for Python. Run, mock and test Snowflake DB locally.
Apache License 2.0
108 stars 10 forks source link

chore(deps): update sqlglot requirement from ~=24.1.0 to ~=25.3.0 #106

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Updates the requirements on sqlglot to permit the latest version.

Changelog

Sourced from sqlglot's changelog.

[v25.3.0] - 2024-06-21

:boom: BREAKING CHANGES

:sparkles: New Features

:bug: Bug Fixes

:wrench: Chores

[v25.2.0] - 2024-06-17

:boom: BREAKING CHANGES

:sparkles: New Features

... (truncated)

Commits
  • 7ae99fe Chore: bump sqlglotrs to 0.2.7
  • 07158c7 feat(clickhouse): Fix roundtrips of DATE/TIMESTAMP functions (#3683)
  • bf44942 fix(oracle): Fix default NULL_ORDERING (#3688)
  • acbc81d feat(databricks)!: Preserve JSON/VARIANT path with operators (#3678)
  • a1a0278 fix: jsonbcontains default gen
  • 9e1b6aa Fix(parser): handle another edge case in struct field type parser (#3682)
  • ac0e89c Feat(snowflake): add SECURE post table property fixes #3677
  • d46ad95 Feat(tokenizer): add support for nested comments (#3670)
  • 049fc5a Fix(bigquery): handle the case-sensitive strategy in normalize_identifier (#3...
  • 84d820f feat(bigquery)!: Time/Datetime/Timestamp function additions (#3666)
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)