In some cases, a column attribute may be specified in a number of different, but equivalent, ways via the schema interface. For example, a NULLable column might have the "not null" specification omitted, specified with no value, or specified with an explicit value of FALSE. The current comparison code does not take that into account.

The attached patch adds additional checking for these cases. It also adds explicit identification of the attribute(s) on which a difference was detected to add a little clarity.

CommentFileSizeAuthor
schema_6.x-1.3_ColCompare.patch2.58 KBbj.drupal

Comments

bjaspan’s picture

Status: Needs review » Fixed

Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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