Skip to content

Commit

Permalink
YQL-16252, YQL-16623: fix set_config (#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLolthe1st authored Jan 18, 2024
1 parent ff3b5ae commit 5665640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ydb/library/yql/sql/pg/pg_sql.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ class TConverter : public IPGParseEvents {
}
auto loc = value->location;
VariableSetStmt config;
config.kind = VAR_SET_VALUE;
auto arg0 = ListNodeNth(value->args, 0);
auto arg1 = ListNodeNth(value->args, 1);
auto arg2 = ListNodeNth(value->args, 2);
Expand Down

0 comments on commit 5665640

Please sign in to comment.