Skip to content

Commit 5665640

Browse files
authored
YQL-16252, YQL-16623: fix set_config (#1121)
1 parent ff3b5ae commit 5665640

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ class TConverter : public IPGParseEvents {
640640
}
641641
auto loc = value->location;
642642
VariableSetStmt config;
643+
config.kind = VAR_SET_VALUE;
643644
auto arg0 = ListNodeNth(value->args, 0);
644645
auto arg1 = ListNodeNth(value->args, 1);
645646
auto arg2 = ListNodeNth(value->args, 2);

0 commit comments

Comments
 (0)