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

Update main #4

Merged
merged 2 commits into from
Oct 13, 2021
Merged

Update main #4

merged 2 commits into from
Oct 13, 2021

Conversation

myschkyna
Copy link

@myschkyna myschkyna commented Oct 13, 2021

Firstly, thanks for adding this feature! Secondly, please check the key steps against the checklist below to make your contribution easy to merge.

Please give the Pull Request a meaningful title (including the dialect this PR is for if it is dialect specific), as this will automatically be added to the release notes, and then the Change Log.

Brief summary of the change made

If there is an open issue for this, then please include fixes #XXXX or closes #XXXX replacing XXXX with the issue number and it will automatically close the issue when the pull request is merged. Alternatively if not fully closed you can say makes progress on #XXXX to create a link on that issue without closing it.
...

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

...

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 python test/generate_parse_fixture_yml.py or by running tox locally).
    • 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.

 Mention [stepsize] in a comment if you'd like to report some technical debt. See examples here.

myschkyna and others added 2 commits October 13, 2021 12:37
* Fix drop column statement

* Update test files

* Move drop to specic sequence

* Wrap statements in OneOf clause

* Format with black
* Fix DECLARE Delimitation

* Fix DECLARE Delimitation

* Fix DECLARE Delimitation

Co-authored-by: jpersons <jpersons@iuhealth.org>
@myschkyna myschkyna merged commit 9f90ba6 into ridefelyx: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
2 participants