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

Lose superflous alt in selectListElem #445

Merged
merged 1 commit into from
Jun 7, 2024
Merged

Lose superflous alt in selectListElem #445

merged 1 commit into from
Jun 7, 2024

Conversation

jimidle
Copy link
Contributor

@jimidle jimidle commented Jun 7, 2024

Removes superfluous alts defined in select list element rule in TSQL grammar. Also removes the accepts on it which were rightly not used.

Note that the rule for parsing udt column declarations may still be relevant for CREATE TYPE, hence it is not removed.

@jimidle jimidle added the internal technical pr's not end user facing label Jun 7, 2024
@jimidle jimidle requested a review from vil1 June 7, 2024 19:17
Copy link

codecov bot commented Jun 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.00%. Comparing base (5cee796) to head (8430d6e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #445      +/-   ##
==========================================
- Coverage   98.00%   98.00%   -0.01%     
==========================================
  Files          62       62              
  Lines        3969     3968       -1     
  Branches      483      486       +3     
==========================================
- Hits         3890     3889       -1     
  Misses         45       45              
  Partials       34       34              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jimidle jimidle marked this pull request as ready for review June 7, 2024 19:20
@jimidle jimidle requested a review from a team as a code owner June 7, 2024 19:20
@jimidle jimidle enabled auto-merge June 7, 2024 19:22
Copy link

github-actions bot commented Jun 7, 2024

Coverage tests results

375 tests  ±0   265 ✅ ±0   6s ⏱️ ±0s
  2 suites ±0     0 💤 ±0 
  2 files   ±0   110 ❌ ±0 

For more details on these failures, see this check.

Results for commit 8430d6e. ± Comparison against base commit 5cee796.

@jimidle jimidle added the pr/ready-to-merge this PR is safe to merge label Jun 7, 2024
Copy link
Collaborator

@nfx nfx left a comment

Choose a reason for hiding this comment

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

lgtm

@nfx nfx disabled auto-merge June 7, 2024 20:36
@nfx nfx merged commit 3eadc48 into main Jun 7, 2024
10 checks passed
@nfx nfx deleted the feature/udt branch June 7, 2024 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal technical pr's not end user facing pr/ready-to-merge this PR is safe to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants