-
Notifications
You must be signed in to change notification settings - Fork 1
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
Extract metadata from the query into the statement. #36
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! LGTM
5987553
to
6fe19cd
Compare
87e1609
to
c5fe54d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Just suggested two wording nits.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another suggestion which might be helpful.
a7d6854
to
fb2ebcd
Compare
fb2ebcd
to
c091872
Compare
Summary of the changes / Why this is an improvement
Implements extracting metadata using an
AstBuilder
to enrich aStatement
Currently only gets the schema and table name.
Example:
Sets the foundation for more features in the future, like #31 .
Checklist