0.17.0
Breaking changes
- Renamed
common_table_expression
tocommon_table_expr
(for consistency with other_expr
node types).
New features
paramTypes
now supports new type"@`name`"
#37cstVisitor
now supports skipping child nodes by returningVistorAction.SKIP
.