On line 101 of image_fupload.module, there is an SQL statement with a LIMIT #, # format. This format is not supported by Postgres. A simple "LIMIT 1" is supported, however, and seems to be how limits are handled elsewhere in the code.

Comments

nezroy’s picture

Also, for that matter, on line 121, Postgres does not currently support LIMIT on UPDATE/DELETE SQL.

grandcat’s picture

OK, I will probably fix it, but you could provide a patch ;)

grandcat’s picture

Version: 6.x-1.1-rc1 » 6.x-3.x-dev
Status: Active » Fixed

Should be fixed in CVS Head now.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.