Experiencing what seems to be a bug with postgres query parameters.
When I attempt to pass a JSON object through to a query the commas inside the object appear to be interfering with the parsing of the query parameters
I haven’t changed how I’m using them so I wonder if it’s a bug that’s crept. I am self taught, so it’s quite possible I’m using an ill-advised technique that has somehow worked so far but is now breaking?
What is the error message (if any)?
The error I get when I use the query parameter as intended is “The input string ended unexpectedly.”:
So I think I’ve figured out what the source of the issue is. It looks like a problem with the latest Postgres node (version 2.5).
I’ve copied v2.4 from another workflow and the query and parameters now work correctly (i.e. commas inside one parameter do not impact the parsing of the parameters themselves):