-
Notifications
You must be signed in to change notification settings - Fork 98
feat: add support for create database #88
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
Conversation
0525ffb
to
c1f627b
Compare
not sure if we wait for #87 to have the snapshot in this PR |
13d4b3f
to
c862fb1
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.
Can you use the parent of DefElement to fix this?
[email protected] "CONNECTION" | ||
[email protected] " " | ||
[email protected] "LIMIT" | ||
[email protected] " " | ||
[email protected] "5" |
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.
These should be part of DefElement
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, fixed in 45f88be
[email protected] "LOCATION" | ||
[email protected] " " | ||
[email protected] "DEFAULT" |
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.
Should also be part of DefElement
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.
fixed in 45f88be
c862fb1
to
8b2fd25
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.
lgtm, thanks!
What kind of change does this PR introduce?
add support for
create database
What is the current behavior?
panics
What is the new behavior?
Feel free to include screenshots if it includes visual changes.
Additional context
Add any other context or screenshots.