Skip to content

fix: correctly indent multiline GROUP BY arguments - #141

Open
Huliiiiii wants to merge 1 commit into
shssoichiro:masterfrom
Huliiiiii:fix-group-by-indentation
Open

fix: correctly indent multiline GROUP BY arguments#141
Huliiiiii wants to merge 1 commit into
shssoichiro:masterfrom
Huliiiiii:fix-group-by-indentation

Conversation

@Huliiiiii

@Huliiiiii Huliiiiii commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

before:

GROUP BY column1,
  column2;

after:

GROUP BY
  column1,
  column2;

@codecov

codecov Bot commented Jul 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.21%. Comparing base (56903e6) to head (30c9395).
⚠️ Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #141      +/-   ##
==========================================
- Coverage   99.22%   99.21%   -0.01%     
==========================================
  Files           7        7              
  Lines        4024     4101      +77     
  Branches     4024     4101      +77     
==========================================
+ Hits         3993     4069      +76     
- Misses         20       21       +1     
  Partials       11       11              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant