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

nedjo’s picture

Version: » master
Status: Active » Fixed

Fixed in CVS and 4.6.

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Status: Fixed » Closed (fixed)