Changes between Version 10 and Version 11 of FDORfc55
- Timestamp:
- 06/01/11 12:56:55 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc55
v10 v11 47 47 * the DBF to FDO datatype mapping (physical to logical conversion) needs a small refinement. In the case of DECIMAL(precision, scale) check the scale value. When the scale is 0 (zero) then return an !FdoInt32 rather than an !FdoDecimal. Note SHP doesn't support !FdoInt64 or !FdoInt16 datatypes therefore the mapping to !FdoInt32 is unique. 48 48 49 50 || Fdo type || precision || range || 51 || FdoInt16 || 1...6 || -32,768 to 32,767 || 52 || FdoInt32 || 7...11 || -2,147,483,648 to 2,147,483,647 || 53 || FdoInt64 || 12...20 || -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807 || 54 55 56 49 57 == Implications == 50 58