webmcp

annotate demo-app/app/main/_prefork/01-models.lua @ 438:ea8419658535

Another change to make <db_object>:try_save() work properly with "document_column"
(use "_col" proxy also for accessing self._col[primary_key.json_doc])
author jbe
date Wed Jan 20 21:06:07 2016 +0100 (2016-01-20)
parents 2169a62e12f5
children
rev   line source
jbe@254 1 function mondelefant.class_prototype:by_id(id)
jbe@254 2 return self:new_selector()
jbe@254 3 :add_where{ "id = ?", id }
jbe@254 4 :optional_object_mode()
jbe@254 5 :exec()
jbe@254 6 end
jbe@254 7 execute.inner()

Impressum / About Us