lunarmodules / luasql

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

LuaSQL ODBC #35

Closed beauregardmark closed 9 years ago

beauregardmark commented 9 years ago

The Luasql-odbc connection aborts when MS SQL columns with data types ntext, nchar, or nvarchar are selected. Not sure if this is correctable in the ODBC driver. Normal ANSI ASCII char and Extended ASCII character work fine text, char, and varchar data types in the existing driver. However, need to use ntext, nchar, or nvarchar for Unicocde (UTF-8) characters. Is there a solution for this?

blumf commented 9 years ago

Rolling this into #36