cap-js / cds-dbs

Monorepo for SQL Database Services for CAP
https://cap.cloud.sap/docs/
Apache License 2.0
34 stars 11 forks source link

fix: insertion of large decimals #686

Closed johannes-vogel closed 3 months ago

johannes-vogel commented 3 months ago

hana-client: cds.Decimal12345678901234567168 cds.Decimal(25,5)12345678901234568244.75648

hdb: cds.Decimal1.2345678901234567168e+19 cds.Decimal(25,5)12345678901234568244.75648

It seems our INSERT erroneously manipulates the values on HANA. Plain SQL insert ends in the expected result.