Skip to content
This repository has been archived by the owner on Mar 2, 2019. It is now read-only.

Add TEMP keyword to CREATE TABLE statement #24

Merged
merged 3 commits into from
Jul 7, 2015

Conversation

shadeven
Copy link
Contributor

@shadeven shadeven commented Jul 6, 2015

@alexfu, in relation to #12, add the optional TEMP keyword to CREATE TABLE statement.

Users were unable to create tables in the temp database.

  • Replace 2 existing classes CreateTableBuilder and CreateTableBuilder with one new class CreateTableSegmentBuilder.
  • Rename the existing enum DropType to ObjectType. It can also be used in creating/dropping view, trigger and index.

alexfu added a commit that referenced this pull request Jul 7, 2015
Add TEMP keyword to CREATE TABLE statement
@alexfu alexfu merged commit ded3b29 into alexfu:develop Jul 7, 2015
@shadeven
Copy link
Contributor Author

shadeven commented Jul 7, 2015

Cool! ✌️

@shadeven shadeven deleted the feature/create-temp-table branch July 7, 2015 13:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants