should be it
This commit is contained in:
10
external/duckdb/test/sql/index/create_index_options.test
vendored
Normal file
10
external/duckdb/test/sql/index/create_index_options.test
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# name: test/sql/index/create_index_options.test
|
||||
# group: [index]
|
||||
|
||||
statement ok
|
||||
CREATE TABlE t1 (foo INT)
|
||||
|
||||
statement error
|
||||
CREATE INDEX i3 ON t1 USING random_index_method (foo) WITH (my_option = 2, is_cool);
|
||||
----
|
||||
<REGEX>:.*Binder Error.*Unknown index type.*
|
||||
Reference in New Issue
Block a user