Closed (fixed)
Project:
Elysia Cron
Version:
7.x-2.1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
29 May 2012 at 16:28 UTC
Updated:
31 Aug 2012 at 15:01 UTC
Jump to comment: Most recent file
The error occurs when running cron on drupal instalations over PostgreSQL and its due to an error on the ussage of double quites on sql query. In PostgreSQL double quotes are used for tables names.
The solution is quite simpe, change double " quotes for escaped simple quotes \'
Apply the patch
N/A
N/A
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | postgresql-double-quote-error-on-select-1606354.patch | 1.05 KB | mscalone |
Comments
Comment #1
mscalone commentedforgot the patch :)
Comment #2
gotheric commentedComment #3
apodran commentedThe same issue for 6.x-2.1
Comment #4
gotheric commentedI've just committed a new DEV version that fixed the quote problem.
I think it will be in next stable version in about a month.