Skip to content

The FBQL Use and @P constructs are not supported by Acuminator coloring #442

@SENya1990

Description

@SENya1990

ATR-559

The BQL Use and @p constructs are not supported by Acuminator coloring. Use is a static class which can be used as following

SelectFrom<Document>.
                InnerJoin<Detail>.On<
                    Use<Document.documentID>.AsString.IsEqual<Detail.documentID>.
                    And<Use<Document.docType>.AsInt.IsEqual<Detail.docType>>.
                    And<Use<Detail.completed>.AsBool.IsEqual<False>>>.
                Where<Use<Document.date>.AsDateTime.IsLessEqual<AccessInfo.businessDate>>.
                AggregateTo<Count, GroupBy<Document.docType>, GroupBy<Document.documentID>, Sum<Detail.cost>>.
                OrderBy<Detail.qty.Desc, Document.date.Asc>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Syntax ColoringItems related to Syntax ColoringbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions