Skip to content

Conversation

juleswritescode
Copy link
Collaborator

@juleswritescode juleswritescode commented Apr 30, 2025

looks like we can assume that it's always a statement if there's a comma before the newlines?

select
            email,



        from
            auth.users;

Note that this doesn't fix this one – it's apparently not a splitter-problem, the file is correclty parsed as a single statement

Copy link
Collaborator

@psteinroe psteinroe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great idea, thanks!!

@juleswritescode juleswritescode merged commit b8a0986 into main Apr 30, 2025
7 checks passed
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.

Blank lines between common table expressions (CTEs) misreported as syntax error
2 participants