meteor-mssql icon indicating copy to clipboard operation
meteor-mssql copied to clipboard

Stored procedure return value

Open brettg2 opened this issue 10 years ago • 0 comments

On line 94 of mssql.js you are calling cb without the returnValue passed back from the 'request.execute' call:

request.execute(opts.sp, function(err, recordsets, returnValue) {
    return cb(err, recordsets)
  });

brettg2 avatar Nov 18 '15 23:11 brettg2