lunarmodules / luasql

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

Fix Lua 5.4 incompatibilities by adding `LUASQL_NEWUD` macro for User data Creation #165

Closed ChaitanyaD48 closed 5 months ago

ChaitanyaD48 commented 5 months ago

Summary

This pull request addresses the incompatibilities introduced in Lua 5.4, where lua_newuserdata was replaced by lua_newuserdatauv

Proposed changes