v2.7.1
Bug Fixes
- Fix MySQL DSN creation problems (#298) with driver version v1.4
- Fix a bug where
boil.Bind
would eat all rows in asql.Result
, even if it was not given a slice to bind to.
boil.Bind
would eat all rows in a sql.Result
, even if it was not given a slice to bind to.