Ticket #3 (closed defect: fixed)
When working with floating point values such as decimal reactor truncates to integer
| Reported by: | dhughes | Owned by: | dhughes |
|---|---|---|---|
| Type: | defect | Priority: | high |
| Milestone: | Component: | Reactor - Object Oriented Queries | |
| Version: | 1.0 | Severity: | major |
| Keywords: | Cc: |
Description
Here's what needs to be done:
- /reactor/core/field.cfc has to be edited to add variables.precision and a get/setter methods
- the three Daos in /reactor/data/{dbms}/ need to be updated so that the readFields method correctly populates the new field in field.cfc.
- the /reactor/xsl/metadata.project.xsl will need to be updated so that the precision is generated with the rest of the field metadata.
- the /reactor/base/abstractGateway.cfc will need to be updated so that the getByQuery method will add the scale attribute is set to the value in the object's metadata.
Change History
Note: See
TracTickets for help on using
tickets.

