The variables in the SQL queries are enclosed in double quotes. This only works for MySQL. PostgreSQL actually only accepts single quotes , this is the standard. Converting all the double quotes to single quotes fixes this problem.
The variables in the SQL queries are enclosed in double quotes. This only works for MySQL. PostgreSQL actually only accepts single quotes , this is the standard. Converting all the double quotes to single quotes fixes this problem.
Comments
Comment #1
nedjoFixed in CVS and 4.6.
Comment #2
(not verified) commentedComment #3
(not verified) commentedComment #4
(not verified) commentedComment #5
(not verified) commentedComment #6
(not verified) commentedComment #7
(not verified) commented