SAP / go-ase

SAP ASE Database Client for Go
Apache License 2.0
25 stars 14 forks source link

Adjust Precision/Scale of Decimal-Types #116

Closed frewilhelm closed 4 years ago

frewilhelm commented 4 years ago

Description

The precision and scale of decimal-datatypes was not set yet, wherefore the output of the respective datatypes was not correct. This patch sets the precision and scale to the respective datatypes and fixes this bug.

How was the patch tested?

manually, go-ase-tools