Philio / GoMySQL

The most complete and stable MySQL client library written completely in Go. For discussion, ideas, suggestions, feature requests etc, please visit the GoMySQL Google Group (link below). For any issues/bugs or need some help, please post an issue on Github.
https://groups.google.com/group/gomysql
Other
189 stars 37 forks source link

Doesn't compile under go release.r57.1 #51

Closed slillibri closed 13 years ago

slillibri commented 13 years ago

statement.go +198 reflect.NewValue should be reflect.ValueOf now

Philio commented 13 years ago

Please update to the latest release (0.3.2) where this issue has been gofix'd.