We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a9dc7 commit f632503Copy full SHA for f632503
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pgsql-ast-parser",
3
- "version": "7.2.1",
+ "version": "8.0.0",
4
"description": "Yet another simple Postgres SQL parser/modifier",
5
"main": "index.js",
6
"repository": "https://github.com/oguimbal/pgsql-ast-parser",
src/syntax/select.ne
@@ -61,7 +61,7 @@ stb_table -> table_ref stb_opts:? {% x => {
61
name: track(x, {
62
...x[0],
63
...x[1],
64
- },
+ }),
65
});
66
} %}
67
0 commit comments