Hi,
I have a problem. I want to save some data in a postgresql database. In my table, I have a Text column and I use the node-red-contrib-postgresql node (last version with Nore Red uptodate) to send data from nodered to the database but while the original text is correct just before the injection, in the database some characters like ' or / are replaced by "/"; or "'"; . When I modify manually the data in the database I can write a sentence with these characters without problem.
If someone has an idea ...
Thx.