Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 76ce29a

Browse files
first expression in xmltable must not indented twice with SQLcl 22.3.0
ensures that test cases in Issue_57_xmltable and A9_align_xmltable_columns do not faile
1 parent 8094fee commit 76ce29a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings/sql_developer/trivadis_custom_format.arbori

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2902,7 +2902,7 @@ r2_common:
29022902
| [node) xmltable
29032903
| [node) json_table
29042904
| [node) JSON_columns_clause
2905-
| [node) expr & [node-1) '(' & [node^) query_table_expression
2905+
| [node) expr & [node-1) '(' & [node^) query_table_expression & ![node-2) 'XMLTABLE'
29062906
| [node) pls_expr & [node-1) '(' & ![node^) paren_expr_list
29072907
| [node) compound_condition & [node-1) '('
29082908
| [node^) function

0 commit comments

Comments
 (0)