lunarmodules / luasql

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

Added "seek" method to cursor object for MySQL driver #104

Closed danieloneill closed 5 years ago

danieloneill commented 5 years ago

Also added the cursor method info in docs.

I was very much on the fence about indexing the rows, but decided to follow Lua convention and index the rows from 1 instead of 0.

tomasguisasola commented 5 years ago

Feature was added but with another implementation.