Double quotes and single quotes are not interchangeable in Postgres, and this module will not work at all without the attached patch.
As far as I can tell, the attached patch fixes everything that *needs* to be flipped, though it would probably be better to use double quotes uniformly as string separators so that it is never problematic to use single quotes for SQL text selections.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | nodelist-pgsql_0.patch | 1.7 KB | Zed Pobre |
| nodelist-pgsql.patch | 1001 bytes | Zed Pobre |
Comments
Comment #1
Zed Pobre commentedMissed a set. Updated patch attached.
Comment #2
wmostrey commentedHey Zed Pobre,
Thanks a bunch for this patch, it's now in 4.6 and 4.7.
Comment #3
(not verified) commented