balderdashy / waterline-docs

WARNING: The content in this repo is out of date! See https://github.com/balderdashy/sails-docs for the most up-to-date documentation
452 stars 163 forks source link

Query bind problem #112

Open fatihkurt opened 8 years ago

fatihkurt commented 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);

dv336699 commented 8 years ago

Wrong repo, this is waterline-docs repo, you should post issues on waterline repo and questions on stackoverflow