SAP / go-ase

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

Correct compile-time check for driver.Valuer instead of driver.Value #11

Closed ntnn closed 5 years ago

ntnn commented 5 years ago

Description

Fixes the compile-time check to check for the interface driver.Valuer instead of the type driver.Value (which is an interface{}).

How was the patch tested?

go test