summaryrefslogtreecommitdiffstats
path: root/lem/postgres/queued.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lem/postgres/queued.lua')
-rw-r--r--lem/postgres/queued.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/lem/postgres/queued.lua b/lem/postgres/queued.lua
index f405dc0..bfedd3f 100644
--- a/lem/postgres/queued.lua
+++ b/lem/postgres/queued.lua
@@ -82,6 +82,10 @@ end
QConnection.exec = wrap(Connection.exec)
QConnection.prepare = wrap(Connection.prepare)
QConnection.run = wrap(Connection.run)
+QConnection.get = wrap(Connection.get)
+QConnection.put = wrap(Connection.put)
+QConnection.done = wrap(Connection.done)
+QConnection.reset = wrap(Connection.reset)
local qconnect
do