ulule/loukoum

database/sql/driver.Valuer should not be invoked

icholy opened this issue · 2 comments

The database/sql/driver.Valuer should not be used by the query builder. This is something the driver itself handles. The only acceptable place to call this is in the format package when the user requests to convert the parameters to strings.

This would be a breaking change and should probably be part of #38

novln commented

Yep I totally agree on that 👍