When using the Schema module to compare the live database against the declared schema, I see the following:

FIELD_DATA_FIELD_MAP
  • column field_map_lat - difference on: length
    declared: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'length' => 255, 'not null' => FALSE)
    actual: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'not null' => FALSE)
  • column field_map_lon - difference on: length
    declared: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'length' => 255, 'not null' => FALSE)
    actual: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'not null' => FALSE)
  • column field_map_left - difference on: length
    declared: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'length' => 255, 'not null' => FALSE)
    actual: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'not null' => FALSE)
  • column field_map_top - difference on: length
    declared: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'length' => 255, 'not null' => FALSE)
    actual: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'not null' => FALSE)
  • column field_map_right - difference on: length
    declared: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'length' => 255, 'not null' => FALSE)
    actual: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'not null' => FALSE)
  • column field_map_bottom - difference on: length
    declared: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'length' => 255, 'not null' => FALSE)
    actual: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'not null' => FALSE)
FIELD_REVISION_FIELD_MAP
  • column field_map_lat - difference on: length
    declared: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'length' => 255, 'not null' => FALSE)
    actual: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'not null' => FALSE)
  • column field_map_lon - difference on: length
    declared: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'length' => 255, 'not null' => FALSE)
    actual: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'not null' => FALSE)
  • column field_map_left - difference on: length
    declared: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'length' => 255, 'not null' => FALSE)
    actual: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'not null' => FALSE)
  • column field_map_top - difference on: length
    declared: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'length' => 255, 'not null' => FALSE)
    actual: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'not null' => FALSE)
  • column field_map_right - difference on: length
    declared: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'length' => 255, 'not null' => FALSE)
    actual: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'not null' => FALSE)
  • column field_map_bottom - difference on: length
    declared: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'length' => 255, 'not null' => FALSE)
    actual: array('description' => 'TODO: please describe this field!', 'type' => 'float', 'not null' => FALSE)
CommentFileSizeAuthor
#1 geofield_schema-1211030-1.patch1.32 KBpillarsdotnet

Comments

pillarsdotnet’s picture

Status: Active » Needs review
StatusFileSize
new1.32 KB

The following patch fixes the problem by removing the 'length' attributes from the float fields.

phayes’s picture

Status: Needs review » Fixed

This is fixed in 6807ead64d129e22c25678b9825a007674c14973 -- http://drupalcode.org/project/geofield.git/commit/6807ead

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.