MSSQL - Could not find stored procedure 'object Object' #1669
Comments
I was encountering this issue too, and it looks like the culprit is this change: 0b25f6b#diff-94c7d1519ac82e543cc9008e996e4c63L104. When I revert those two lines on my test file, it appears to work again. |
I'd like to make a pull request to fix it but I'm not entirely sure what the point of this block is as @tgriesser, could you shed some light? |
having same issue. MSSQL Trace shows the query |
I think the commit I just added should fix it, will cut a release shortly |
Thanks for the real quick solution! |
Hey
NodeJS v6.4.0
knex 0.12.0
MSSQL (NPM) 3.3.0
Running the next code:
Always returns the error:
If I'm doing
queryBuilder.toString()
it returns good and valid query butqueryBuilder.raw(query.toString)
returns same errorThanks
The text was updated successfully, but these errors were encountered: