Open rjrodger opened 7 years ago
in make-entity.js:
// empty query gives empty result if (q == null) { return cb() }
Is this correct? It means a role:entity,cmd:load does not get sent - and this is surprising as it removes 1-1 mapping with convenience API
msg should probably be sent even with null query for consistency
in make-entity.js:
Is this correct? It means a role:entity,cmd:load does not get sent - and this is surprising as it removes 1-1 mapping with convenience API
msg should probably be sent even with null query for consistency