You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Ramya (Jira)" <ji...@apache.org> on 2019/09/09 05:21:00 UTC

[jira] [Created] (OLINGO-1393) OData V4.01: Validate the values for a Decimal data type as per latest spec

Ramya created OLINGO-1393:
-----------------------------

             Summary: OData V4.01: Validate the values for a Decimal data type as per latest spec
                 Key: OLINGO-1393
                 URL: https://issues.apache.org/jira/browse/OLINGO-1393
             Project: Olingo
          Issue Type: New Feature
            Reporter: Ramya
            Assignee: Ramya


As per the latest spec, the value of scale is the number of values after the decimal point always. The remaining digits(Precision-Scale) is the number of digits allowed before the decimal. So 10.5, 123 are all invalid values

https://docs.oasis-open.org/odata/odata-csdl-xml/v4.01/csprd05/odata-csdl-xml-v4.01-csprd05.html#sec_Scale

 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)