Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
field system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2010 at 05:05 UTC
Updated:
16 Nov 2010 at 03:56 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehnerComment #2
dawehnerThis changed the code in the test, too
Comment #3
yched commentedfield_read_fields() takes care of initializing $field['columns'] as an empty array, so there shouldn't be any need for duplicating this down the line. This patch can just remove the (array) cast.
Other change is good, of course.
Comment #4
mr.baileysRe-rolled with yched's comments from #3. Additionally removed
$details = array();from field_test_field_storage_details() and field_sql_storage_field_storage_details() as it is not used.Comment #5
damien tournoud commentedThis is a nice cleanup.
Comment #6
grendzy commented#4: 778240-storage-details.patch queued for re-testing.
Comment #8
sunNeeds to be re-rolled.
Comment #9
mr.baileysMarked #909642: Wrong array instantiated in field_sql_storage_field_storage_details() as duplicate.
Comment #10
mr.baileysRerolled tokeep up with HEAD.
Comment #11
mdm commented#10 works and passes testing for me.