Documentation Source Text

Ticket Change Details
Login
Overview

Artifact ID: f8b1011af26e0ca15d467902da0d0e429f359627
Ticket: be1b855b0507be6ce0b37349fc0707e6368db77c
decimal field converted to int still returns digits after decimal point
User & Date: anonymous 2009-03-06 17:18:10
Changes

  1. comment changed to:
    I created a table in the past with a XYZ field as numeric(8,2) and had 3 rows with XYZ values 5, 10 and 20.75
    Then I changed the design by making XYZ int.
    Now values are shown as 5, 10 and 20 but SELECT Sum(XYZ) still returns  35.75 instead of 35
    
  2. foundin changed to: "3.6.11"
  3. private_contact changed to: "71fe2154cc9002b9abe75161cb3af52377d80d6c"
  4. severity changed to: "Important"
  5. status changed to: "Open"
  6. title changed to:
    decimal field converted to int still returns digits after decimal point
    
  7. type changed to: "Code_Defect"