Closed (fixed)
Project:
Drupal core
Component:
database system
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Nov 2004 at 14:22 UTC
Updated:
1 Apr 2005 at 12:15 UTC
Jump to comment: Most recent file
Just working on a profile reporting idea and spotted that the following fields appear to have incorrect type definitions:
profile_values.fid = int(11)
profile_values.uid = int(11)
These both appear inconsistant with the rest of the database (that I have seen i.e. user tables) where they are defined as int(10). The profile_fields.fid is defined as int(10) also.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 05_dbprofile.patch | 582 bytes | morbus iff |
Comments
Comment #1
morbus iffConfirmed and patched.
Comment #2
morbus iffComment #3
dries commentedCommitted to HEAD. Thanks.
Comment #4
dors commentedShouldn't this also be honored in drupal/database/updates.inc?
Comment #5
morbus iffMy feeling is that the "bug" is a matter of standardization -- NOT fixing it has no ill effect on anything whatsoever. If the consensus is that this SHOULD be in updates.inc, then I'll gen a patch for it.
Comment #6
(not verified) commented