Sergey

Results 3 issues of Sergey

I have the code: if !values instanceof \Traversable {} and get this error: "InstanceOf requires a 'dynamic variable' in the left operand" but it works if !(values instanceof \Traversable) {}...

nfr

I would like to use "endQuery" event for logging, because it has query time. Example: ``` db.on('endQuery', function(obj) { console.log('Query:', obj.perf.query, obj.query); }); ```