Skip to content

Indentation of unions in SQL class queries #37

@isc-pbarton

Description

@isc-pbarton

The automatic indentation of SQL class queries with UNION statements is a little funky:

Query Test() As %SQLQuery [ SqlProc ]
{
	select 1
	union
	select 2
	union
	select 3
}

After compilation, turns into:

Query Test() As %SQLQuery [ SqlProc ]
{
	select 1
		union
		select 2
			union
			select 3
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions