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

Implement Transact-SQL IF ELSE Statement Control Flows. #1275

Merged
merged 5 commits into from
Aug 9, 2021

Conversation

manticore-projects
Copy link
Contributor

Fixes #1273 except for Blocks.

@coveralls
Copy link

coveralls commented Jul 20, 2021

Coverage Status

Coverage increased (+0.02%) to 88.776% when pulling ec4fff3 on manticore-projects:IfElseStatement into d662484 on JSQLParser:master.

…atement

Conflicts:
	src/main/java/net/sf/jsqlparser/statement/StatementVisitor.java
	src/main/java/net/sf/jsqlparser/statement/StatementVisitorAdapter.java
	src/main/java/net/sf/jsqlparser/util/TablesNamesFinder.java
	src/main/java/net/sf/jsqlparser/util/deparser/StatementDeParser.java
	src/main/java/net/sf/jsqlparser/util/validation/validator/StatementValidator.java
@wumpz
Copy link
Member

wumpz commented Aug 2, 2021

Please correct conflicts.

@wumpz wumpz merged commit 750c30a into JSQLParser:master Aug 9, 2021
@manticore-projects manticore-projects deleted the IfElseStatement branch May 31, 2022 11:57
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.

The sqlserver 'IF' keyword cannot be parsed.
3 participants