Unclear error in SQLLITE

Discuss about plugins that don't have a dedicated forum
Post Reply
zenzizenzizenzic
Posts: 28
Joined: Fri Mar 15, 2019 2:35 pm

Unclear error in SQLLITE

Post by zenzizenzizenzic »

I'm running the following code:

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()
I keep getting the following error:

Code: Select all

Misuse of function!
Can someone explain exactly what the error is?

Thank you!

(Data is in the DB, and results exist for the query.)
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Unclear error in SQLLITE

Post by airsoftsoftwair »

Try sending a PM to lazi. He is the SQL expert here...
Post Reply