luasql icon indicating copy to clipboard operation
luasql copied to clipboard

LuaSQL is a simple interface from Lua to a DBMS.

Results 68 luasql issues
Sort by recently updated
recently updated
newest added

I downloaded other rocks using LuaRocks but it looks like downloading LuaSQL using LuaRocks is impossible. I've tried downloading it for MYSQL both from my computer and online but both...

How to build it on aarch64?

hi, i'm trying to do multiple inserts using a single execution / transaction, but when executing a statement with begin transaction the driver don't insert any data... if i call...

lua 5.1 , luasql 2.6.0 , can not receive data from mssql , when win10 installed patch KB5019959. win10 version: 19044.2251 no error message data = cur:fetch({}) i have try...

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 The...

The last tag/release was Sept. of 2020, and there have been a fair number of commits to the project since then, most notably the fix to a critical bug reported...

## Summary This pull request addresses the Adaptation of LuaSQL drivers to `to-be-closed` variables introduced in Lua 5.4 ## Proposed Changes - Added `__close` metamethod to `cursor`, `connection` and `environment`...

Implemented duckdb into luasql. Wrote some comments with suggestions on luasql API, and on some tests that fail with duckdb