abreits / node-red-contrib-oracledb

Node-RED oracle database nodes
8 stars 15 forks source link

Fixed ability to use HTTP in and out nodes. #12

Closed kathan closed 6 years ago

kathan commented 6 years ago

Module was not passing through properties on the msg object (besides payload) which prevented HTTP input (req and res) properties from being passed to HTTP output. This fix allows the received "msg" object to be passed through and adds the query output to the msg.payload property.

kathan commented 6 years ago

This is to fix issue #11.

abreits commented 6 years ago

Thank you, due to personal circumstances I do not have the energy to fix these issues myself at the moment (going better, but it takes time) so I am grateful that you are willing to do so.

Feel free to create a new fork if it takes too long for me to reply, I won't mind.