[daisy] [JIRA] Created: (DSY-652) Decimal fields don't store numbers greater than 99'999

Karel Vervaeke (JIRA) issues at cocoondev.org
Wed May 28 16:53:52 CEST 2008


Decimal fields don't store numbers greater than 99'999
------------------------------------------------------

         Key: DSY-652
         URL: http://issues.cocoondev.org//browse/DSY-652
     Project: Daisy
        Type: Improvement
 Reporter: Karel Vervaeke
    Priority: Minor


Originally reported by Olivier Lange, confirmed by Andreas Deininger.

Suggested solution: change database field type to DECIMAL(24,9)
This would allow  values between
- 999 999 999 999 999 . 999 999 999
and
+ 999 999 999 999 999 . 999 999 999

(storing 5x3 = 15 digits before the decimal point and 3x3 = 9 after the decimal point)

Will implement this shortly, if anyone disagrees with the suggested solution, react as soon as possible.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org//secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



More information about the daisy mailing list