Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
SanjeevMSanjeevMPriority
NewLabels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
SanjeevM
SanjeevMPriority
Labels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Created 16 July 2021 at 02:47
Updated 23 July 2021 at 10:25
Resolved 23 July 2021 at 10:23
In Query of Query, an operation resulting in a decimal value gets rounded down unless the original value is a decimal itself. ACF does not do that.
Column
Expected
Observed
ACF
qCount
8.6
8
8.57142857143
aCount
1.5
1
1.5
What worked?
Divide with a decimal value
Change the datatype from Integer to Decimal value
What *did not *work?
CAST ( as DECIMAL) did not work.