The module uses double quotes (“) for strings on its queries witch is not compatible with postgress. The solution is quite simple, replace the double quotes with single quotes scaped (\') on that queries.. the patch for the file block_class.module is attached.
| Comment | File | Size | Author |
|---|---|---|---|
| block_class_double_quotes_on_queries.patch | 1.26 KB | mscalone |
Comments
Comment #1
steven jones commentedThanks for the patch, quick review:
Ugly! Just change the entire string to be in double quotes, and then you can use the single quotes without escaping in the string. Same for all the other bits in the patch.
Powered by Dreditor.
Comment #2
-Mania- commentedWhy isn't this already sorted in a new release? Can't use the module in Postgres. :/
Comment #3
berenddeboer commentedAs far as I can see, this has been applied to the dev version.