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

add parsing for create temporary table #74

Merged
merged 3 commits into from
May 24, 2021
Merged

Conversation

VinaiRachakonda
Copy link

No description provided.

@VinaiRachakonda VinaiRachakonda requested a review from zachmu as a code owner May 24, 2021 20:56
Copy link
Member

@zachmu zachmu left a comment

Choose a reason for hiding this comment

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

LG


var neTemp bool
if $2 != 0 {
neTemp = true
Copy link
Member

Choose a reason for hiding this comment

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

Indentation

@@ -204,7 +204,7 @@ func skipToEnd(yylex interface{}) {
%token <bytes> STATUS VARIABLES WARNINGS
%token <bytes> SEQUENCE
%token <bytes> EACH ROW BEFORE FOLLOWS PRECEDES DEFINER INVOKER
%token <bytes> INOUT OUT DETERMINISTIC CONTAINS READS MODIFIES SQL SECURITY
%token <bytes> INOUT OUT DETERMINISTIC CONTAINS READS MODIFIES SQL SECURITY TEMPORARY
Copy link
Member

Choose a reason for hiding this comment

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

Add the new keyword to non_reserved_keyword if possible, or reserved_keyword if not

@VinaiRachakonda VinaiRachakonda merged commit 7b048c5 into master May 24, 2021
@Hydrocharged Hydrocharged deleted the vinai/temp-tables branch October 13, 2022 12:55
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.

2 participants