Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
> That's a specialty of MySQL: you have to use prepared statements to get the native types. MySQL has two protocols, one transmits everything as text, the other as the "real" type. And that binary protocol is only used when you use prepared statements. The driver is pretty much powerless to enforce a protocol and the text protocol takes less resources on the server. go-sql-driver/mysql#407 (comment) 0_o
- Loading branch information