summaryrefslogtreecommitdiffstats
path: root/dbmodelfunctions.lua
Commit message (Collapse)AuthorAgeFilesLines
* Move the lib files into a subdirectory in preparation for creating a generic ↵Ted Trask2014-10-281-366/+0
| | | | controller/model
* Add code to determine the primary key fields and use them to uniquely ↵Ted Trask2014-10-271-51/+52
| | | | | | identify rows Previously, this assumed 'id' was the primary key column as inherited from the kamailio code
* Reworked the code to allow passing in connection parametersTed Trask2014-10-271-98/+190
|
* Allow model functions to accept function or db referenceTed Trask2014-06-291-11/+39
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2014-06-281-12/+14
| | | | Use mymodule parameter for module definition.
* Added listdatabases action and changed prototype for list_tables model functionTed Trask2013-09-281-1/+14
|
* Initial commit of ACF library for viewing/editing database entriesTed Trask2013-09-271-0/+230
Based on code from acf-kamailio