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
121 stars 76 forks source link

The sybase jdbc driver returns a integer as count result. #303

Open koekj opened 2 months ago

koekj commented 2 months ago

By casting the result to number and then to long we are ensured we are not getting any cast problems.

cla-assistant[bot] commented 2 months ago

CLA assistant check
All committers have signed the CLA.

wog48 commented 1 month ago

Can you please also describe what other problem you like to solve?