Ability to pass multiple functions into query
justin0mcateer opened this issue · 1 comments
justin0mcateer commented
As shown in the tests and described in issue #360 I have been able to successfully pass and call a function into the query using the :in clause. Is there a way to pass more than a single function? I have tried multiple arguments, an array, and an object, all resulting in errors.
justin0mcateer commented
Never mind, it was only a typo.
When using from JavaScript, all errors seem to return the message 'Uncaught dk', so I've had to figure out effectively everything by trial and error.