Skip to content

Support CREATE [ { TEMPORARY | TEMP } ] SEQUENCE [ IF NOT EXISTS ] <sequence_name>#678

Merged
alamb merged 1 commit into
apache:mainfrom
samjay000:create_sequence
Oct 19, 2022
Merged

Support CREATE [ { TEMPORARY | TEMP } ] SEQUENCE [ IF NOT EXISTS ] <sequence_name>#678
alamb merged 1 commit into
apache:mainfrom
samjay000:create_sequence

Conversation

@samjay000

Copy link
Copy Markdown
Contributor

Create statement for CREATE [ { TEMPORARY | TEMP } ] SEQUENCE [ IF NOT EXISTS ] <sequence_name>

This is continuation of #673

@coveralls

Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 3284263174

  • 22 of 28 (78.57%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.02%) to 85.83%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/parser.rs 7 9 77.78%
src/ast/mod.rs 6 10 60.0%
Totals Coverage Status
Change from base Build 3255613260: -0.02%
Covered Lines: 10782
Relevant Lines: 12562

💛 - Coveralls

@alamb alamb changed the title Create statement for CREATE [ { TEMPORARY | TEMP } ] SEQUENCE [ IF NOT EXISTS ] <sequence_name> Support CREATE [ { TEMPORARY | TEMP } ] SEQUENCE [ IF NOT EXISTS ] <sequence_name> Oct 19, 2022

@alamb alamb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM -- thank you @Sam-mmm

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.

3 participants