Remove pre-iterator concepts
- No more IndexRecord/Result/dbGetPage nonsense - Queue is just track ids - i am so tired and have so much to do
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ return function()
|
||||
end)
|
||||
|
||||
local indexes = database.indexes()
|
||||
for id, idx in ipairs(indexes) do
|
||||
for _, idx in ipairs(indexes) do
|
||||
local btn = menu.list:add_btn(nil, tostring(idx))
|
||||
btn:onClicked(function()
|
||||
backstack.push(function()
|
||||
|
||||
Reference in New Issue
Block a user