SAP / olingo-jpa-processor-v4

The JPA Processor fills the gap between Olingo V4 and the database, by providing a mapping between JPA metadata and OData metadata, generating queries and supporting the entity manipulations.
Apache License 2.0
127 stars 79 forks source link

com.sap.olingo.jpa.metadata.core.edm.mapper.exception.ODataJPAModelException: The type of property 'at' requires that a precision is given #98

Open SeriousSoftware opened 4 years ago

SeriousSoftware commented 4 years ago

Method IntermediateProperty.setFacet wrongly throws an exception for undefined precision or precision value of 0. Valid range for precision is 0 to 12 and not mandatory.

It defines to number of digits in the fraction of seconds.