lunarmodules / luasql

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

Added support for handling Procedures and Returning SQL #98

Closed blumf closed 5 years ago

blumf commented 5 years ago

Things such as:

Currently Firebird only supports returning one row from such actions.

tomasguisasola commented 5 years ago

Hi blumf

Would you mind adding a test for the mentioned case to file tests/firebird.lua ?

Regards, Tomás

blumf commented 5 years ago

Okay, added test case and checked it runs (against FB 2.5)