Skip to content

Add a support for CREATE TABLE queries#126

Merged
macbre merged 10 commits into
masterfrom
create-table-support
May 12, 2021
Merged

Add a support for CREATE TABLE queries#126
macbre merged 10 commits into
masterfrom
create-table-support

Conversation

@macbre
Copy link
Copy Markdown
Owner

@macbre macbre commented Apr 30, 2021

Resolves #35

@macbre macbre added this to the v2.0 milestone Apr 30, 2021
@macbre macbre marked this pull request as draft April 30, 2021 09:55
@macbre macbre marked this pull request as ready for review May 12, 2021 14:31
Comment thread sql_metadata/parser.py
Comment on lines +137 to +138
not token.is_in_parenthesis
and token.find_nearest_token("SELECT", value_attribute="normalized")
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

@collerek - thanks for these two helpers 🙂

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Happy to help :)

@macbre macbre enabled auto-merge May 12, 2021 14:33
@macbre macbre merged commit f2b813e into master May 12, 2021
@macbre macbre deleted the create-table-support branch May 12, 2021 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for CREATE TABLE... statements

2 participants