[fdo-trac] #691: Improve data type conversions for Oracle NUMBER
datatype within KingOra
FDO
trac_fdo at osgeo.org
Thu Sep 9 08:12:21 EDT 2010
#691: Improve data type conversions for Oracle NUMBER datatype within KingOra
---------------------------+------------------------------------------------
Reporter: djonio | Owner: gregboone
Type: enhancement | Status: new
Priority: major | Milestone: 3.5.0
Component: FDO API | Version: 3.4.0
Severity: 3 | Keywords:
External_id: |
---------------------------+------------------------------------------------
Suggested conversions for Oracle data type NUMBER(precision, scale).
If precision is <= 4 and scale = 0, convert NUMBER to Int16.
If precision is >4 and precision is <=9 and scale = 0, convert NUMBER to
Int32.
If precision is >9 and scale = 0, convert NUMBER to Int64.
If scale <> 0, convert NUMBER to Decimal.
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/691>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list