Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#117 Case Expression trailing whitespace #120

Conversation

teyc
Copy link

@teyc teyc commented Feb 4, 2023

Trailing whitespaces were not included in the case expression when IncludeWhiteSpace=true. #117
This leads to a failure when parsing this expression

ISNULL(CASE 1 WHEN 2 THEN 2 ELSE 3 END , 4)

@bruce-dunwiddie bruce-dunwiddie changed the base branch from master to develop February 5, 2023 00:00
@bruce-dunwiddie bruce-dunwiddie merged commit 9339005 into bruce-dunwiddie:develop Feb 5, 2023
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