LuaSQLite3

View Ticket
Login

View Ticket

Ticket Hash: b643d638b6f0912087af8f7001d09b5867bea2b1
Title: Don't use deprecated luaL_openlib()
Status: Fixed Type: Code_Defect
Severity: Minor Priority: Immediate
Subsystem: Resolution: Fixed
Last Modified: 2013-03-29 15:44:37
Version Found In: 0.8
Description:
Apparently you're using the deprecated function luaL_openlib() in create_meta(). We would like to use a liblua that has all deprecated functionality disabled but for LuaSQLite3 we have to define LUA_COMPAT_OPENLIB again in luaconf.h. It would be great if you could use luaL_register() instead.
User Comments:
e added on 2013-03-29 15:44:37:
Fixed in Check-in [01d436858c]