Define default_table_engine in sqllogictest

This commit is contained in:
Yatsishin Ilya 2023-07-06 09:55:30 +00:00
parent 24e77083b3
commit e80f2a0acc

View File

@ -62,6 +62,7 @@ def default_clickhouse_odbc_conn_str():
return str(
OdbcConnectingArgs.create_from_kw(
dsn="ClickHouse DSN (ANSI)",
Url="http://localhost:8123/query?default_format=ODBCDriver2&default_table_engine=MergeTree"
)
)