index
:
acf-lib
0.2-stable
0.3-stable
master
ACF module for lib
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
db.lua
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix db bug when execute(sql) returns a number instead of a cursor
Ted Trask
2014-11-28
1
-2
/
+7
|
*
Fix db.listkeycolumns for mysql
Ted Trask
2014-11-28
1
-1
/
+7
|
*
Fix missing table detection for mysql
Ted Trask
2014-11-28
1
-0
/
+4
|
*
Finish sqlite support in db
Ted Trask
2014-11-28
1
-5
/
+33
|
*
Add support for mysql to db.lua
Ted Trask
2014-11-04
1
-3
/
+38
|
*
Extend db.listcolumns to also return the default values and nullable flag
Ted Trask
2014-11-03
1
-7
/
+14
|
*
Use the specified user for db.lua listdatabases
Ted Trask
2014-10-30
1
-2
/
+10
|
*
Minor bug in db.lua when host or port are blank string
Ted Trask
2014-10-28
1
-2
/
+3
|
*
Added listkeycolumns function to db library
Ted Trask
2014-10-27
1
-0
/
+15
|
*
Add error checking for db database engine
Ted Trask
2014-10-27
1
-0
/
+2
|
*
Modify db to only report tables in public schema for postgresql
Ted Trask
2014-06-30
1
-1
/
+1
|
|
|
|
We can add proper schema support in the future
*
Fix null pointer exceptions in db referencing table_creation_scripts
Ted Trask
2014-06-30
1
-2
/
+2
|
*
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
|
|
|
|
|
Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
*
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