porsager / postgres

Postgres.js - The Fastest full featured PostgreSQL client for Node.js, Deno, Bun and CloudFlare
The Unlicense
7.03k stars 255 forks source link

Strings with apostrophe are not properly escaped #891

Open divyam234 opened 3 weeks ago

divyam234 commented 3 weeks ago

String with ' characters should be escaped to '' currently syntax error is thrown for such strings.