Skip to content

Commit 792eecb

Browse files
author
James William Pye
committed
Add the bit about standard conforming strings.
1 parent 73358da commit 792eecb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

doc/gotchas.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,10 @@ value of the target server will allow the driver to properly encode *some* of
5858
the parameters. Also, any GUC parameters passed via the `settings` parameter
5959
should use typed objects when possible to hint that the server encoding should
6060
not be used on that parameter.
61+
62+
63+
Backslash characters are being treated literally
64+
------------------------------------------------
65+
66+
The driver enables standard compliant strings. Stop using non-standard features.
67+
;)

0 commit comments

Comments
 (0)