SAP / go-ase

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

Add types.ValueConverter, implementing driver.NamedValueConverter #28

Closed ntnn closed 5 years ago

ntnn commented 5 years ago

Description

Adds Connection.NamedValueConverter, which allows users to use more than the data types accepted by database/sql (e..g als int8, int16, int32 and int instead of just int64).

How was the patch tested?

With the integration tests coming in the following PRs.