alexandrainst / node-red-contrib-postgresql

Node-RED node for PostgreSQL, supporting parameters, split, back-pressure
https://flows.nodered.org/node/node-red-contrib-postgresql
Apache License 2.0
32 stars 13 forks source link

Error with name that contains an uppercase letter #31

Closed Yusseiin closed 1 year ago

Yusseiin commented 1 year ago

Hi, thanks for the node. I have a problem when i am trying to reach a table with a uppercase letter. I have a table named "Gant" image When i try to select from it i receive an error back: "error: relation "public.gant" does not exist" image I think the problem is that the node is searching for "gant" and not for "Gant", if i rename the table from PostgreSQL in "gant" everything work.

Edit: The same error is recurring with the Columns name image

image