Opened 14 years ago
Closed 14 years ago
#691 closed enhancement (fixed)
Improve data type conversions for Oracle NUMBER datatype within KingOra
Reported by: | djonio | Owned by: | haris |
---|---|---|---|
Priority: | major | Milestone: | 3.5.0 |
Component: | KingOracle Provider | Version: | 3.4.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
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.
Change History (2)
comment:1 by , 14 years ago
Component: | FDO API → KingOracle Provider |
---|---|
Owner: | changed from | to
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.