should be it
This commit is contained in:
12
external/duckdb/test/sql/attach/detach_keyword.test
vendored
Normal file
12
external/duckdb/test/sql/attach/detach_keyword.test
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# name: test/sql/attach/detach_keyword.test
|
||||
# description: Test DETACH with keywords
|
||||
# group: [attach]
|
||||
|
||||
statement ok
|
||||
PRAGMA enable_verification
|
||||
|
||||
statement ok
|
||||
ATTACH DATABASE ':memory:' AS varchar;
|
||||
|
||||
statement ok
|
||||
DETACH varchar
|
||||
Reference in New Issue
Block a user