From ec988ea69c7391292777cacdc66f670b513d99f4 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 8 Oct 2009 16:40:58 +0000 Subject: Fixed bug with adhoc query, display results in a table, example descriptions, bumped to 0.4.7 --- weblog-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weblog-model.lua') diff --git a/weblog-model.lua b/weblog-model.lua index c4d5080..6cd66f5 100644 --- a/weblog-model.lua +++ b/weblog-model.lua @@ -1265,8 +1265,8 @@ function adhocquery(query) result[#result+1] = {} for name,val in pairs(row) do result[#result][name] = val - row = cur:fetch (row, "a") end + row = cur:fetch (row, "a") end -- close everything cur:close() -- cgit v1.2.3