Hi list,
I'm currently playing with orbit and i missed some goodies from cgilua like
session and cookies, so i use luarocks to install cgilua and tried to use
but no luck, see my example script:
[code]
require 'orbit'
require 'cgilua.cookies'
module( 'importGeoIp', package.seeall, orbit.new )
I have the following model in my orbit app "tester", i having no success
while tring to delete more than one row at time...
[code]
--[[
table_prefix = ""
teste = entity {
fields = {
id = key(),
nome = text(),
data = integer()
}
}
--]]
local t = tester:model 'teste'
local d= t:find_all( 'data>?',