lunarmodules / luasql

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

Use _v2 APIs for SQLite version 3.6.13 and above. #8

Closed ignacio closed 11 years ago

ignacio commented 12 years ago

This PR tries addresses the issue mentioned in the mailing list a while ago.

Some pragmas won't return a cursor anymore since SQLite 3.6.23. Using _sqlite3_openv2 and _sqlite3_preparev2 fixes that.

rjpcomputing commented 11 years ago

Can you please implement this please.