Closed (fixed)
Project:
Custom filter
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Jul 2009 at 03:54 UTC
Updated:
20 Nov 2009 at 16:50 UTC
As consequence of #510484: Incorrect definition of the fid database field, the code must verify that it doesn't assign to fid a value that the database field cannot contain.
The limit is caused by filter.module, which saves the delta value obtained from the modules in a database field that is defined as a tiny integer, which has the size of a byte (in MySQL), or two bytes (in PostgreSQL).
Comments
Comment #1
avpadernoLet us try again; first, the code must be changed in branch 6.x-2.
Comment #2
avpadernoThe code has been changed for both the branches, and committed in CVS.
Comment #3
avpaderno