Displaying 1 result from an estimated 1 matches for "luatest".
Did you mean:
latest
2011 Feb 24
1
extensions.lua with luasql.mysql.
...k traceback:
[C]: ?
[C]: in function 'require'
[string "extensions.lua"]:205: in function <[string
"extensions.lua"]:204>
I tested my script with a file.lua and works ok and the extensions.lua works
fine too. My extensions.lua:
extensions = {
luatest = {
["302"] = function()
require("luasql.mysql")
app.Answer()
app.Log("NOTICE", "Trying to connect in MySQL")
app.Wait("2")...