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
*
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