HySoaKa / node-red-contrib-postgrestor

Yet another Node-RED node to query PostgreSQL
GNU Affero General Public License v3.0
10 stars 17 forks source link

error: syntax error at or near ";"" #5

Closed jprovan closed 6 years ago

jprovan commented 6 years ago

I am getting "error: syntax error at or near ";"" on a valid INSERT statement. It involves a JSON object that I am trying to store.

V1DEOJAMES commented 5 years ago

Hi, am experiencing the same thing, I believe it is related to setting values as null in a function node for a json object. Any ideas / what did you end up doing about this?