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

Fix DECLARE Delimitation #1615

Merged
merged 4 commits into from Oct 13, 2021
Merged

Fix DECLARE Delimitation #1615

merged 4 commits into from Oct 13, 2021

Conversation

jpers36
Copy link
Contributor

@jpers36 jpers36 commented Oct 12, 2021

Updating the TSQL DECLARE statement to properly handle optional delimitation, similar to the changes in #1612 .

@codecov
Copy link

codecov bot commented Oct 12, 2021

Codecov Report

Merging #1615 (89cd067) into main (2a72241) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main     #1615   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          131       131           
  Lines         9208      9207    -1     
=========================================
- Hits          9208      9207    -1     
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 2a72241...89cd067. Read the comment docs.

@jpers36 jpers36 marked this pull request as ready for review October 13, 2021 11:55
@tunetheweb tunetheweb merged commit 0ebc703 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