Open fatihkurt opened 8 years ago
When i called store procedure in query, bind is not working.
This is example
User.query('CALL isLiked($1, "$2", $3);', [userId, type, typeId], cb);
Wrong repo, this is waterline-docs repo, you should post issues on waterline repo and questions on stackoverflow
When i called store procedure in query, bind is not working.
This is example
User.query('CALL isLiked($1, "$2", $3);', [userId, type, typeId], cb);