Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix db.lua to use unpack for multiple arguments | Ted Trask | 2013-10-19 | 1 | -1/+1 |
* | Remove all calls to 'module' in preparation for move to Lua 5.2 | Ted Trask | 2013-10-17 | 1 | -12/+14 |
* | Change use of require to work with Lua 5.2 | Ted Trask | 2013-10-09 | 1 | -3/+3 |
* | Add support for sqlite3 to db.lua | Ted Trask | 2013-10-09 | 1 | -2/+16 |
* | Change db.name to db.database and fix bug with calling db.escape | Ted Trask | 2013-09-29 | 1 | -4/+4 |
* | Send error if listdatabases fails | Ted Trask | 2013-09-28 | 1 | -0/+4 |
* | Added db.listdatabases function and simplified export of db functions | Ted Trask | 2013-09-28 | 1 | -20/+40 |
* | First cut at new db.lua library to simplify database access | Ted Trask | 2013-09-24 | 1 | -0/+154 |