⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Fix CASE statement WHEN spacing#231

Merged
git-hulk merged 1 commit intoAfterShip:masterfrom
rhino1998:case-statement-when-spacing
Jan 23, 2026
Merged

Fix CASE statement WHEN spacing#231
git-hulk merged 1 commit intoAfterShip:masterfrom
rhino1998:case-statement-when-spacing

Conversation

@rhino1998
Copy link
Contributor

This fixes the CaseExpr String() method to output

CASE WHEN cond1 THEN val1 WHEN cond2 THEN val2`

instead of

CASE WHEN cond1 THEN val1WHEN cond2 THEN val2`

(notice the missing space between val1 and WHEN)

@coveralls
Copy link

Pull Request Test Coverage Report for Build 21262661987

Details

  • 4 of 4 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.006%) to 51.357%

Totals Coverage Status
Change from base Build 21249588693: 0.006%
Covered Lines: 8024
Relevant Lines: 15624

💛 - Coveralls

@git-hulk git-hulk merged commit 2154d0b into AfterShip:master Jan 23, 2026
1 check passed
@git-hulk
Copy link
Member

@rhino1998 Thank you!

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.

3 participants