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

TSQL: allow for semi-colon after BEGIN in a BEGIN/END block #1694

Merged
merged 2 commits into from
Oct 18, 2021

Conversation

jpers36
Copy link
Contributor

@jpers36 jpers36 commented Oct 18, 2021

TSQL: The BEGIN in a BEGIN/END block can be ended by a semi-colon.

@codecov
Copy link

codecov bot commented Oct 18, 2021

Codecov Report

Merging #1694 (747a9e8) into main (34951cf) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main     #1694   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          133       133           
  Lines         9357      9357           
=========================================
  Hits          9357      9357           
Impacted Files Coverage Δ
src/sqlfluff/dialects/dialect_tsql.py 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 34951cf...747a9e8. Read the comment docs.

Copy link
Member

@tunetheweb tunetheweb left a comment

Choose a reason for hiding this comment

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

What an odd SQL dialect :-)

@jpers36
Copy link
Contributor Author

jpers36 commented Oct 18, 2021

@tunetheweb it's why I need a linter so badly!

@tunetheweb tunetheweb merged commit 471f92f into sqlfluff:main Oct 18, 2021
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