Skip to content

TSQL: Move PROPERTY to unreserved#5759

Merged
alanmcruickshank merged 2 commits intomainfrom
bugfix-5743
Apr 7, 2024
Merged

TSQL: Move PROPERTY to unreserved#5759
alanmcruickshank merged 2 commits intomainfrom
bugfix-5743

Conversation

@WittierDinosaur
Copy link
Copy Markdown
Contributor

Brief summary of the change made

Fixes #5743

Are there any other side effects of this change that we should be aware of?

No

Pull Request checklist

  • Please confirm you have completed any of the necessary steps below.

  • Included test cases to demonstrate any code changes, which may be one or more of the following:

    • .yml rule test cases in test/fixtures/rules/std_rule_cases.
    • .sql/.yml parser test cases in test/fixtures/dialects (note YML files can be auto generated with tox -e generate-fixture-yml).
    • Full autofix test cases in test/fixtures/linter/autofix.
    • Other.
  • Added appropriate documentation for the change.

  • Created GitHub issues for any relevant followup/future enhancements if appropriate.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 7, 2024

Coverage Results ✅

Name    Stmts   Miss  Cover   Missing
-------------------------------------
TOTAL   17441      0   100%

225 files skipped due to complete coverage.

@coveralls
Copy link
Copy Markdown

coveralls commented Apr 7, 2024

Coverage Status

coverage: 99.984%. remained the same
when pulling 03b18cd on bugfix-5743
into 032ce0f on main.

Copy link
Copy Markdown
Member

@alanmcruickshank alanmcruickshank left a comment

Choose a reason for hiding this comment

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

Looks good substantively. There's an issue with indentation, but I'll fix that.

@alanmcruickshank alanmcruickshank added this pull request to the merge queue Apr 7, 2024
Merged via the queue into main with commit a88478c Apr 7, 2024
@alanmcruickshank alanmcruickshank deleted the bugfix-5743 branch April 7, 2024 21:31
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.

[TSQL] Error parsing statements with the words Class and Property

3 participants