Details
-
Bug
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
4.6.0
-
None
-
None
-
None
Description
When dividing int constants the result is an int while it should be decimal (like 1/3 = 0 and not 0.33)
There is a work around to do 1/3.0 but this is not a solution.
Attachments
Attachments
Issue Links
- is related to
-
PHOENIX-2536 Return of aggregation functions do not have the correct data type and precision
- Open
-
PHOENIX-3479 Modulo support for non integer-types
- Patch Available