-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
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
lua-sql-odbc Aborted on con:execute(sql) #135
Comments
Since you tried some different versions of the code, I think you should start by checking whether you are running and loading the proper versions. Please, add a line like the following: Regards, |
I've added the line: print(_VERSION, driver._VERSION, driver._CLIENTVERSION) The output now:
i've also test to execute with different lua versions: Lua 5.1
Lua 5.3
Lua 5.4
if is relevant, I'm using unixodbc version 2.3.11.
Regards. |
Just test with master version and its ok. issue is only present when downloading the tag version.
Closing the issue. |
I'm using debian buster, lua version 5.2.4, the lua-sql version in debian buster 2.3.1 is ok.
But recently update luasql to version 2.6.0 and got error when executing.
I download and compile the tag versions, since version 2.5.0 it fails the last version that is ok is version v2.4.0
my test script:
Running the script:
From the core dump:
The text was updated successfully, but these errors were encountered: