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

Commit 4be8994

Browse files
do not align keywords in subqueries with outer insert statement to fix #265
1 parent a94024f commit 4be8994

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
@@ -3406,7 +3406,7 @@ r7_single_table_insert:
34063406
| [keyword) 'RETURNING'
34073407
| [keyword) 'LOG'
34083408
| [keyword) 'REJECT'
3409-
| [keyword) 'SELECT' & ![keyword^^-1) '(' & ![keyword^^^-1) '('
3409+
| [keyword) 'SELECT' & ![keyword^^-1) '(' & ![keyword^^^-1) '(' & ![keyword^^^^-1) '('
34103410
)
34113411
& insert < keyword
34123412
& parent < insert

0 commit comments

Comments
 (0)