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.

CommentFileSizeAuthor
#1 nodelist-pgsql_0.patch1.7 KBZed Pobre
nodelist-pgsql.patch1001 bytesZed Pobre

Comments

Zed Pobre’s picture

StatusFileSize
new1.7 KB

Missed a set. Updated patch attached.

wmostrey’s picture

Assigned: Unassigned » wmostrey
Status: Needs review » Fixed

Hey Zed Pobre,

Thanks a bunch for this patch, it's now in 4.6 and 4.7.

Anonymous’s picture

Status: Fixed » Closed (fixed)