This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Commit 4df9f62
committed
Escape invalid strings
By default tap Postgres uses dollar quotes (https://www.postgresql.org/docs/8.0/plpgsql-development-tips.html)
to escape string values. This caused us a bunch of troubles so we
decided to replace them with good old query parameters.1 parent f33e067 commit 4df9f62
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
140 | | - | |
| 139 | + | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments