Incorrect definition of the fid database field
kiamlaluno - July 5, 2009 - 03:33
| Project: | Custom filter |
| Version: | 6.x-2.x-dev |
| Component: | Database schema |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
| Issue tags: | 6.x-1.0-beta7, 6.x-2.0-beta3 |
Jump to:
Description
The module uses, for the fid database field, a data type that can contain more values than the delta field used from filter.module. As consequence, the module could pass to filter.module a value that the module is not able to save in its own database table.

#1
This bug is not evident, until the user doesn't create enough filters that the field primary key contains a value Drupal core core is not able to preserve into the filters table.
#2
#3
The code has been changed, and committed in CVS (for both the branches).
#4
I am correcting the issue tags.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.