summaryrefslogtreecommitdiffstats
path: root/lib/dbmodelfunctions.lua
Commit message (Collapse)AuthorAgeFilesLines
* Add server-side pagination and filtering to viewtable action using ↵Ted Trask2015-09-071-1/+56
| | | | | | jquery-tablesorter Note that filtering fails for non-character columns and have seen some table entries cause failures
* Revert mistaken change to not check existance of tableTed Trask2015-09-071-5/+4
|
* When creating new database entry, set all values to defaultTed Trask2015-05-151-1/+8
|
* Bump version to 0.1.2v0.1.2Ted Trask2014-11-281-4/+5
|
* Change the UPDATE syntax so also works on sqliteTed Trask2014-11-281-5/+8
|
* Modify dbmodelfunctions to pass port as number in to connectTed Trask2014-11-041-3/+2
|
* Check with database and only display default and null options if applicableTed Trask2014-11-031-3/+7
|
* Add support for NULL and DEFAULT values in viewtable, create/update/delete ↵Ted Trask2014-11-031-20/+55
| | | | tableentry
* Fix database engine values in dbmodelfunctions.lua part 2Ted Trask2014-11-031-1/+5
|
* Fix database engine values in dbmodelfunctions.luaTed Trask2014-10-281-1/+3
|
* Move the lib files into a subdirectory in preparation for creating a generic ↵Ted Trask2014-10-281-0/+366
controller/model