We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As described in OData Extension for Data Aggregation Version 4.0 on 3.1.3.5 Standard Aggregation Method countdistinct:
The result property MUST have type Edm.Decimal with Scale="0" and sufficient Precision.
and on 3.1.5 Virtual Property $count:
The result property will have type Edm.Decimal with Scale="0" and sufficient Precision.
Right now we are using Int64 for countdistinct and PR #738 will use it for $count too.
The text was updated successfully, but these errors were encountered:
Removing compiler warnings, adding negative test case, removing redun…
e5a33a0
…dant code and adding comments referencing issue OData#758.
729e322
f0b92c5
No branches or pull requests
As described in OData Extension for Data Aggregation Version 4.0 on 3.1.3.5 Standard Aggregation Method countdistinct:
and on 3.1.5 Virtual Property $count:
Right now we are using Int64 for countdistinct and PR #738 will use it for $count too.
The text was updated successfully, but these errors were encountered: