Closed (duplicate)
Project:
Schema
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2011 at 22:40 UTC
Updated:
16 May 2013 at 15:52 UTC
Jump to comment: Most recent file
Comments
Comment #1
pillarsdotnet commentedEdit: ignore this.
Comment #2
pillarsdotnet commentedIgnore this.
Comment #3
pillarsdotnet commentedThis is the patch I meant to attach.
Comment #4
krimos commentedWhat do you mean by various bogus warnings ?
Is it something like that ?
Notice: Undefined index: warn in schema_compare() (line 614 of /var/www/vhosts/*/httpdocs/sites/all/modules/schema/schema.module).
Warning: Invalid argument supplied for foreach() in schema_compare() (line 615 of /var/www/vhosts/*/httpdocs/sites/all/modules/schema/schema.module).
Notice: Undefined index: extra in schema_compare() (line 623 of /var/www/vhosts/*/httpdocs/sites/all/modules/schema/schema.module).
Notice: Undefined index: extra in schema_compare() (line 633 of /var/www/vhosts/*/httpdocs/sites/all/modules/schema/schema.module).
Thanks !!
Comment #5
pillarsdotnet commentedYes, those and others regarding DATETIME, scale, and precision.
Comment #6
dave reid@krimos: Those PHP notices were fixed with #781250: PHP Notice and #1007844: Undefined index: warn in schema_compare() (line 614
Comment #7
dave reidPatch needs to be re-rolled. PHP notices have been fixed.
Comment #8
dave reidIt actually looks like #1237974: Schema module reporting some Date discrepancies seeks to solve this in a more generic way. Let's merge this into that issue.