brettg2

Results 3 issues of brettg2

Lines 216 and 436 of reactive-obj.js are doing a shallow comparison which will always skip invalidation when comparing objects, failing to update templates/views that depend on the data source. Here...

There are no delete or clear methods like ReactiveVar or ReactiveDict. Is this on purpose? If so, what is the best practice to remove key/value relations with the other methods?...

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) }); ```