Closed (fixed)
Project:
Schema
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2008 at 00:16 UTC
Updated:
11 Nov 2008 at 21:12 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| schema_6.x-1.3_ColCompare.patch | 2.58 KB | bj.drupal |
Comments
Comment #1
bjaspan commentedThanks!
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.