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

Commit 560604a

Browse files
closes #126 - view column list entries on dedicated lines
1 parent a25b7ac commit 560604a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

settings/sql_developer/trivadis_custom_format_phase2.arbori

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,7 @@ a15_various:
740740
| [node) subquery & [node^) multi_table_insert
741741
| [node) prm_spec & [node-1) ','
742742
| [node) subprg_property
743+
| [node) ')' & [node^) create_view#[114,130)
743744
;
744745

745746
a15_is_or_as:
@@ -749,9 +750,16 @@ a15_is_or_as:
749750
& node-1 = prop^
750751
;
751752

753+
a15_view_column_alias:
754+
[parent) create_view#[114,130)
755+
& [node) alias_in_out_constraints
756+
& parent < node
757+
;
758+
752759
a15_line_break_before:
753760
a15_various
754761
| a15_is_or_as
762+
| a15_view_column_alias
755763
-> {
756764
var node = tuple.get("node");
757765
if (getIndent(node.from).indexOf("\n") == -1) {

0 commit comments

Comments
 (0)