4DaysORM icon indicating copy to clipboard operation
4DaysORM copied to clipboard

db:insert return values for object:save

Open mycoco2014 opened this issue 9 years ago • 0 comments

_connect,err = db:insert(insert) insert may be failed,

local user = User({username="xxx"}) local ok, err = user:save() -- add return status and err if not ok then print(err) end

mycoco2014 avatar Aug 29 '16 02:08 mycoco2014