lunarmodules / luasql

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

odbc: Fix build when UNICODE is defined #172

Open huangqinjin opened 4 weeks ago

huangqinjin commented 4 weeks ago

When UNICODE is defined, SQL* functions are mapped to -W functions which require wchar_t input. Define SQL_NOUNICODEMAP to disable the mapping.