[drupal-devel] [bug] Database
Issue status update for http://drupal.org/node/12497 Project: Drupal Version: 4.5.0 -Component: profile.module +Component: database system Category: bug reports Priority: normal -Assigned to: Anonymous +Assigned to: Morbus Iff Reported by: Netlynx Updated by: Morbus Iff -Status: active +Status: patch Attachment: http://drupal.org/files/issues/05_dbprofile.patch (582 bytes) Confirmed and patched. Morbus Iff Previous comments: ------------------------------------------------------------------------ November 3, 2004 - 09:22 : Netlynx 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.
participants (1)
-
Morbus Iff