lunarmodules / luasql

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

Added multi statement support for mysql #106

Closed lal12 closed 3 years ago

lal12 commented 5 years ago

Added multi statement support for mysql. The cursor object for mysql now has the methods cur:nextresult() and cur:hasnextresult().

lal12 commented 5 years ago

Put this on hold. I noticed that you won't get a cursor every time, sometimes you just get a number of affected rows, in this case you won't be able to iterate the result sets with this PR. Don't have a good solution yet though.