summaryrefslogtreecommitdiffstats
path: root/lib/dbmodelfunctions.lua
Commit message (Expand)AuthorAgeFilesLines
* Use db.getcolumndata to determine column type as previous version did not wor...Ted Trask2015-09-191-7/+8
* Check column types so we can filter with regex for text and not for other typesTed Trask2015-09-171-3/+15
* Add server-side pagination and filtering to viewtable action using jquery-tab...Ted Trask2015-09-071-1/+56
* 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 ta...Ted Trask2014-11-031-20/+55
* 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