Describe the bug
When using parameters within a msg.payload array in the query, if there are unbound parameters instead of throwing an error in the log, it stops nodered with a segmentation fault:
./entrypoint.sh: line 14: 7 Segmentation fault (core dumped) /usr/local/bin/node $NODEOPTIONS node_modules/node-red/red.js --userDir /data $FLOWS
To Reproduce
Steps to reproduce the behavior:
- set
msg.payload to e.g. ["0.5"]
- set
msg.query to SELECT :0, :1 FROM dual
- Run the flow