Commit 5949a5d
Roman Borschel
Allow literal backslash escape in Redshift dialect.
Redshift supports the literal backslash escape at least for a subset of
characters, including single quotes ('). This is unfortunately not
publicly documented (yet) but used in successful queries.1 parent 0d2976d commit 5949a5d
2 files changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
128 | 132 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
0 commit comments