sql.js icon indicating copy to clipboard operation
sql.js copied to clipboard

Getting "bad parameter or other API misuse" for a prepared statement with correct data

Open ilDon opened this issue 2 years ago • 0 comments

I'm running some queries that produce the error "bad parameter or other API misuse", while the query and the params are all correct. I'm running the DB in a worker, is there any chance to have more info on what is actually going on? Since the query looks good, and it actually runs fine in tests, I'm wondering what else could be wrong.

ilDon avatar Feb 02 '23 10:02 ilDon