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.
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
Comment #1
nezroy commentedAlso, for that matter, on line 121, Postgres does not currently support LIMIT on UPDATE/DELETE SQL.
Comment #2
grandcat commentedOK, I will probably fix it, but you could provide a patch ;)
Comment #3
grandcat commentedShould be fixed in CVS Head now.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.