There was an error while loading. Please reload this page.
1 parent 73358da commit 792eecbCopy full SHA for 792eecb
1 file changed
doc/gotchas.txt
@@ -58,3 +58,10 @@ value of the target server will allow the driver to properly encode *some* of
58
the parameters. Also, any GUC parameters passed via the `settings` parameter
59
should use typed objects when possible to hint that the server encoding should
60
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