Skip to content

Receive a select statement instead of repeatedly checking we got one#1003

Merged
sgrif merged 1 commit into
mainfrom
sg-refactor-select-passing
May 26, 2026
Merged

Receive a select statement instead of repeatedly checking we got one#1003
sgrif merged 1 commit into
mainfrom
sg-refactor-select-passing

Conversation

@sgrif
Copy link
Copy Markdown
Contributor

@sgrif sgrif commented May 26, 2026

We have code taking a full top level ParseResult when it only operates on select statements. Nothing in the code needs the top level struct, we can just take the thing we need directly instead of repeatedly checking if that's what we got.

We have code taking a full top level ParseResult when it only operates
on select statements. Nothing in the code needs the top level struct, we
can just take the thing we need directly instead of repeatedly checking
if that's what we got.
@sgrif sgrif force-pushed the sg-refactor-select-passing branch from ede8424 to ac924d9 Compare May 26, 2026 19:25
@codecov
Copy link
Copy Markdown

codecov Bot commented May 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@sgrif sgrif merged commit 6463b16 into main May 26, 2026
24 checks passed
@sgrif sgrif deleted the sg-refactor-select-passing branch May 26, 2026 22:28
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.

2 participants