SAP / go-ase

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

Fix and update integration tests for REAL and FLOAT #103

Closed ntnn closed 4 years ago

ntnn commented 4 years ago

Description

Real used float64 instead of float32. Also neither REAL nor FLOAT were tested against negative values and only against their extrema.

How was the patch tested?

make integration with the coming PRs.