Skip to content

Commit f632503

Browse files
committed
Syntax fix + bump to 8.0
1 parent 32a9dc7 commit f632503

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-ast-parser",
3-
"version": "7.2.1",
3+
"version": "8.0.0",
44
"description": "Yet another simple Postgres SQL parser/modifier",
55
"main": "index.js",
66
"repository": "https://github.com/oguimbal/pgsql-ast-parser",

src/syntax/select.ne

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ stb_table -> table_ref stb_opts:? {% x => {
6161
name: track(x, {
6262
...x[0],
6363
...x[1],
64-
},
64+
}),
6565
});
6666
} %}
6767

0 commit comments

Comments
 (0)