#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?
#451 implemented support for
CREATE DATABASEqueries.It includes two tests for the query.
Statement::CreateDatabasehas two additional fields:locationandmanaged_location. The syntax for these is not detailed; neither in the PR, nor anywhere else I can find.