← Prev in month ← Prev in thread
Next in thread → Next in month →

[OASIS Issue Tracker] Created: (ODATA-256) Simplify numeric data types

From
OASIS Issues Tracker <>
Date
2013-02-06T07:56:03+00:00
ID
553796826.8911360137353802.JavaMail.tomcat55@mw00
Thread
[OASIS Issue Tracker] Created: (ODATA-256) Simplify numeric data types
Simplify numeric data types
---------------------------

                 Key: ODATA-256
                 URL: http://tools.oasis-open.org/issues/browse/ODATA-256
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: Improvement
          Components: OData CSDL v1.0
    Affects Versions: WD01
            Reporter: Ralf Handl
             Fix For: WD01


Computer history has provided us with a growing number of numeric data types, and quite a few of them are reflected in Edm primitive types.

Integer types:
- Byte (0..2^8)
- SByte
- Int16
- Int32
- Int64
- Decimal Scale=0

Fixed-point types
- Decimal --> not sure yet if this is fixed or floating point, see ODATA-76

Floating-point types
- Decimal --> not sure yet if this is fixed or floating point, see ODATA-76
- Single
- Double

Missing numeric types
- Quadruple == binary128
- DECFLOAT in various lengths

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
← Prev in month ← Prev in thread
Next in thread → Next in month →