Open greenbea opened 2 years ago
When selecting time datatype column from sql server the program crashes with a SIGABRT. In my core dump file, I see it's caused by the assert call at https://github.com/lunarmodules/luasql/blob/master/src/ls_odbc.c#L317
time
The value passed to sqltypetolua has a value of -154
sqltypetolua
When selecting
time
datatype column from sql server the program crashes with a SIGABRT. In my core dump file, I see it's caused by the assert call at https://github.com/lunarmodules/luasql/blob/master/src/ls_odbc.c#L317The value passed to
sqltypetolua
has a value of -154