lunarmodules / luasql

LuaSQL is a simple interface from Lua to a DBMS.
http://lunarmodules.github.io/luasql
539 stars 191 forks source link

mysql,colname use the utf8 encode #53

Closed owen200008 closed 8 years ago

owen200008 commented 8 years ago

mysql,colname use the utf8 encode, how can i get the value i use the demo, get the value is "??????"

owen200008 commented 8 years ago

mysql have the method to set the utf8 exe("SET NAMES utf8")