Closed (fixed)
Project:
ImageCache
Version:
6.x-2.0-beta8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2009 at 20:47 UTC
Updated:
13 May 2009 at 16:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
Matto commentedI've noticed the same thing. I'm assuming this is problematic, so I've uninstalled imagecache.
Comment #2
damienmckennaThis is a tiny, insignificant issue that won't cause any problems until you reach 2147683648 actions :) I certainly wouldn't stop using imagecache because of it. However, it should be patched just to remove the issue.
Comment #3
damienmckennaPLEASE IGNORE. My mistake, weight columns should be SIGNED INT.
Comment #4
gbaudoin commentedHello !
The ALTER in the update unction of the patch should read :
in order to keep the NULL DEFAULT 0 as defined by the schema.
Comment #5
sir_squall commentedThx gbaudoin to have submmited my patch.
It works perfectly
Comment #6
drewish commentedThe ALTER statement is MySQL specific. We need to use db_change_column() to alter the schema.
Comment #7
avpadernoComment #8
dboulet commentedMarked #344327: Installation scheme error as a duplicate.
Comment #9
dboulet commentedComment #10
drewish commentedmarked #387770: Inconsistent database schema as a duplicate.
Comment #11
dboulet commented@drewish, did you mean #441138: schema module reports a mismatch instead?
Comment #12
drewish commentedokay, well the new table sort stuff does negative weights so i went a head and made it unsigned to match the old schema. i also fixed some array formatting. committing the attached to HEAD.