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 multiple statements in a procedure #1637

Merged
merged 5 commits into from Oct 13, 2021

Conversation

jpers36
Copy link
Contributor

@jpers36 jpers36 commented Oct 13, 2021

As it turns out, a stored procedure in TSQL can be composed of multiple statements unwrapped in a BEGIN/END block.

@codecov
Copy link

codecov bot commented Oct 13, 2021

Codecov Report

Merging #1637 (52951e5) into main (eb3f6f7) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main     #1637   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          131       131           
  Lines         9223      9223           
=========================================
  Hits          9223      9223           
Impacted Files Coverage Δ
src/sqlfluff/dialects/dialect_tsql.py 100.00% <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 eb3f6f7...52951e5. Read the comment docs.

@tunetheweb tunetheweb merged commit ed23bf6 into sqlfluff:main Oct 13, 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.

None yet

2 participants