node-red-bluemix-nodes icon indicating copy to clipboard operation
node-red-bluemix-nodes copied to clipboard

Adding output to the mongo-out nodes

Open ozomer opened this issue 9 years ago • 0 comments

The node-mongodb-native package is using callbacks for the write commands, with values that can be useful. For example, when a save command finished and we want to know if it inserted a new document or updated an existing one - the callback is called with the new document on inserting or with 1 on update.

I agree that when a callback is called with an error, the error should simply be logged.

ozomer avatar Mar 14 '15 16:03 ozomer