diff options
author | Pixel <pixel@nobis-crew.org> | 2008-10-03 11:33:33 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2008-10-03 11:33:33 -0700 |
commit | fe8a497c7fb4b1a32c11c0fc523d6bb3a48742db (patch) | |
tree | 132c614822cdedc72e180e3c2e4cb20635729946 /lib | |
parent | 2a3ac7811b909ab809c8e731fbd63eecf25653b9 (diff) |
Forgot the select and update methods.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/dblib.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dblib.lua b/lib/dblib.lua index 0229f60..e0449a5 100644 --- a/lib/dblib.lua +++ b/lib/dblib.lua @@ -240,6 +240,8 @@ _luadb = { return { insert = _luadb.insert, delete = _luadb.delete, + select = _luadb.select, + update = _luadb.update, restrict = _luadb.restrict, restricter = _luadb.restricter, _ = { |