Unclear error in SQLLITE
Posted: Sun Mar 31, 2019 5:33 pm
I'm running the following code:
I keep getting the following error:
Can someone explain exactly what the error is?
Thank you!
(Data is in the DB, and results exist for the query.)
Code: Select all
local statement= db:prepare([[SELECT author_id FROM item_author WHERE item_id=(:a)]])
statement:bind_names({a=key})
statement:dostep()
authors=statement:get_values()Code: Select all
Misuse of function!Thank you!
(Data is in the DB, and results exist for the query.)