SAP / go-ase

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

Modify datatype float in cgo #107

Closed frewilhelm closed 4 years ago

frewilhelm commented 4 years ago

Description

Data of Float-datatype was not returned correctly (found by @ntnn). Changing the Float-datatype to FLT8 (8-byte float type) fixes the problem.

How was the patch tested?

make test, manually