Skip to content

Commit 7c648c3

Browse files
authored
fix broken pg autoparam unit test
1 parent bb2a2c6 commit 7c648c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/library/yql/sql/pg/pg_sql_autoparam_ut.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Y_UNIT_TEST_SUITE(PgSqlParsingAutoparam) {
1818
TTranslationSettings settings;
1919
settings.AutoParametrizeEnabled = true;
2020
settings.AutoParametrizeValuesStmt = true;
21+
settings.AutoParametrizeExprDisabledScopes = {"VALUES"};
2122
auto res = SqlToYqlWithMode(
2223
R"(insert into plato.Output values (1,2,3), (1,2.0,3))",
2324
NSQLTranslation::ESqlMode::QUERY,

0 commit comments

Comments
 (0)