node-red-nodes
node-red-nodes copied to clipboard
Mysql node update for holding query directly.
Update the mysql node to have a direct query input in the node configuration to free up the msg.topic.
I had a previous pull request out there that was discussed, but didn't pass the CLA because I had some commits without email address set.
This feature attempts to solve the lack of a direct input of SQL query into node instead of over-writing the topic.
Mutating the topic in the middle of a flow seemed very strange to me when using the mysql node.
Coverage decreased (-0.1%) to 76.387% when pulling 4f2b5ea3511cbeeaf792a331152713befcbb89a9 on ryansh100:feature/mysql-node-input into a06ad8f1a743f347baa18de74d97a8aeb34b62ce on node-red:master.
I think your coverage tool is not including files with no coverage at all.
👍! I'm fighting side effects from overwriting the topic right now
Justin, would you find value in trying to get this actually merged in?