You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#451 implemented support for CREATE DATABASE queries.
It includes two tests for the query.
Statement::CreateDatabase has two additional fields: location and managed_location. The syntax for these is not detailed; neither in the PR, nor anywhere else I can find.
Perhaps this could be detailed in the docs
Perhaps tests could be added for these fields
What is the syntax for these fields?
The text was updated successfully, but these errors were encountered:
@KyGost hey! I'm a new maintainer of SQL-parser (see #808), but I'd like to apologize for the huge delay. I'm catching up on old issues/PRs in my first three weeks, so I can start discussing/helping with syntax expansions again.
You're entirely correct. For your interest, I could find the PR that this was implemented (#235), and the syntax is from Hive SQL (check apache docs).
I'll add some comments regarding the syntax and the specificity of the syntax. Thanks for noting this!
#451 implemented support for
CREATE DATABASE
queries.It includes two tests for the query.
Statement::CreateDatabase
has two additional fields:location
andmanaged_location
. The syntax for these is not detailed; neither in the PR, nor anywhere else I can find.The text was updated successfully, but these errors were encountered: