Passing Android Java Strings to Node.js Server and then into PostgreSQL -
problem: strings in java use double quotes " ". i'm unable insert these strings database, postgresql uses single quotes in ' ' strings. in postgresql, double quotes used identifiers.
i have poor solutions i've seen online such using $$ strings entail me taking each variable converting it. don't want surround strings dollar signs , have strings in database have quotes around them on.
thanks in advance help!
adding dollar signs in node.js file around strings won't add double quotes or dollar signs database unnecessarily.
Comments
Post a Comment