chore(deps): bump sqlglot from 30.12.0 to 30.14.0 - #42772
Conversation
Bumps [sqlglot](https://github.com/tobymao/sqlglot) from 30.12.0 to 30.14.0. - [Commits](tobymao/sqlglot@v30.12.0...v30.14.0) --- updated-dependencies: - dependency-name: sqlglot dependency-version: 30.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Code Review Agent Run #bf60abActionable Suggestions - 0Additional Suggestions - 1
Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #42772 +/- ##
==========================================
+ Coverage 65.20% 65.79% +0.58%
==========================================
Files 2841 2842 +1
Lines 162082 162103 +21
Branches 37145 37147 +2
==========================================
+ Hits 105690 106650 +960
+ Misses 54331 53388 -943
- Partials 2061 2065 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Code Review Agent Run #f82aefActionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
sqlglot's Postgres generator now renders exp.Day/Month/Year as EXTRACT(... FROM ...) instead of the function-call form. Since the DB2 dialect extends Postgres, it silently inherited this behavior change from the sqlglot 30.14.0 bump, breaking DB2's labeled-duration date-arithmetic tests which assert the native DAY()/MONTH()/YEAR() syntax. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Code Review Agent Run #0107daActionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
rusackas
left a comment
There was a problem hiding this comment.
Straightforward minor bump, CI green.
Bumps sqlglot from 30.12.0 to 30.14.0.
Commits
29c651bChore: retrigger v30.14.0 releaseb9fd4c9Fix(typing): on_qualify expects aTableargumentebf3dd8Sync w/ integration tests2aae7f7feat(postgres)!: preserve x IS NOT NULL instead of normalizing to NOT x IS NU...ba0bff3fix(jsonpath): preserve falsey union members (#7957)296d8b0Chore: polish README file (#7947)33de21ffeat(optimizer)!: annotate regexpsubstr for mysql (#7946)26078ebfeat(optimizer)!: annotate unhex for mysql (#7944)166cd4dfeat(optimizer)!: annotate substringindex for mysql (#7945)6bb78c9Feat(snowflake): add support for input => select ... kwarg syntaxDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)