googleapis / go-sql-spanner

Google Cloud Spanner driver for Go's database/sql package.
Apache License 2.0
104 stars 24 forks source link

fix: driver.Valuer method was being ignored #289

Closed egonelbre closed 2 months ago

egonelbre commented 2 months ago

When a type had implemented custom Value func to convert the type, then the conversion method was not being called for structs.

Fixes #281