Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Throughout the ls_odbc.c code there is mixing of char and SQLCHAR types. Not a real problem but will need casting to avoid compile warnings.
The text was updated successfully, but these errors were encountered:
About this, I connect to sql server, the data type is "nvarchar" , lua says "Assertion failed", so for each field I need to use CAST(fieldname AS text). Please consider to insert these common datatypes in ls_odbc.c (lines 160)
http://msdn.microsoft.com/en-en/library/ms187752.aspx
Sorry, something went wrong.
I'm pointing this to #36
No branches or pull requests
Throughout the ls_odbc.c code there is mixing of char and SQLCHAR types. Not a real problem but will need casting to avoid compile warnings.
The text was updated successfully, but these errors were encountered: