pgsql: Fix JsonExpr deparsing to quote variable names in the PASSING cl

2025-01-12 Thread Dean Rasheed
Fix JsonExpr deparsing to quote variable names in the PASSING clause. When deparsing a JsonExpr, variable names in the PASSING clause were not quoted. However, since they are parsed as ColLabel tokens, some variable names require double quotes to ensure that they are properly interpreted. Fix by u

pgsql: Fix JsonExpr deparsing to quote variable names in the PASSING cl

2025-01-12 Thread Dean Rasheed
Fix JsonExpr deparsing to quote variable names in the PASSING clause. When deparsing a JsonExpr, variable names in the PASSING clause were not quoted. However, since they are parsed as ColLabel tokens, some variable names require double quotes to ensure that they are properly interpreted. Fix by u