Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SENya1990 opened this issue Apr 18, 2022 · 0 comments
Open
Labels
bug Something isn't working Syntax Coloring Items related to Syntax Coloring

Comments

@SENya1990
Copy link
Contributor

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>
@SENya1990 SENya1990 added bug Something isn't working Syntax Coloring Items related to Syntax Coloring labels Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Syntax Coloring Items related to Syntax Coloring
Projects
None yet
Development

No branches or pull requests

1 participant