Open chenweiyj opened 8 years ago
I use the placeholder way to generate the sql for .query() method. However, it runs an error as follows.
.query()
Error: ER_SP_UNDECLARED_VAR: Undeclared variable: $1
How could I solve it?
Wrong repo, this is waterline-docs repo, you should post issues on waterline repo and questions on stackoverflow
I use the placeholder way to generate the sql for
.query()
method. However, it runs an error as follows.How could I solve it?