should be it
This commit is contained in:
18
external/duckdb/test/sql/create/create_database.test
vendored
Normal file
18
external/duckdb/test/sql/create/create_database.test
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# name: test/sql/create/create_database.test
|
||||
# description: The binder error from the feature not yet being supported in DuckDB
|
||||
# group: [create]
|
||||
|
||||
statement error
|
||||
CREATE DATABASE mydb;
|
||||
----
|
||||
syntax error at or near "DATABASE"
|
||||
|
||||
statement error
|
||||
CREATE DATABASE mydb FROM './path';
|
||||
----
|
||||
syntax error at or near "DATABASE"
|
||||
|
||||
statement error
|
||||
DROP DATABASE mydb
|
||||
----
|
||||
syntax error at or near "DATABASE"
|
||||
Reference in New Issue
Block a user