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

Support drop sequence statement #673

Merged
merged 6 commits into from Oct 15, 2022
Merged

Conversation

samjay000
Copy link
Contributor

@samjay000 samjay000 commented Oct 14, 2022

Drop for sequence DROP SEQUENCE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]

Copy link
Collaborator

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Looks great -- thanks @sam-mmm

@coveralls
Copy link

Pull Request Test Coverage Report for Build 3251425509

  • 20 of 22 (90.91%) changed or added relevant lines in 3 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.02%) to 85.838%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/parser.rs 2 4 50.0%
Files with Coverage Reduction New Missed Lines %
src/parser.rs 1 83.4%
Totals Coverage Status
Change from base Build 3227007003: 0.02%
Covered Lines: 10540
Relevant Lines: 12279

💛 - Coveralls

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

3 participants