You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added test for this string for native mymysql and it pass.
It seems that your issue is database/sql related. "SET NAMES utf8" is probably executed in one connection but "select * from dicts" in another (database/sql uses multiple simultaneous connections to database).
Update mymysql, do ./all.bash test in your environment and send feedback about the problems.
The table and the go codes for testing are here: https://gist.github.com/1922748
The result is:
2012/02/27 17:18:40 [{"Code":"BBT","Name":"????"}]
But it should be this:
2012/02/27 17:18:40 [{"Code":"BBT","Name":"基础体温"}]
The text was updated successfully, but these errors were encountered: