Wishlist schema missing descriptions

kwikone - December 31, 2007 - 13:01
Project:Wishlist Module
Version:6.x-2.1-beta
Component:Code
Category:bug report
Priority:normal
Assigned:scott.mclewin
Status:closed
Description

Wishlist.install, schema for tables and fields are missing descriptions as illustrated by the attached image which is of an output from module schema.

AttachmentSize
Drupal_02.jpg49.14 KB

#1

scott.mclewin - January 8, 2008 - 18:53
Assigned to:Anonymous» scott.mclewin

So it is, thanks for pointing that out. I'll get that corrected shortly.

#2

kwikone - January 10, 2008 - 15:28

Just some extra info for you when you overhaul the schema. Below is the report from the schema module (now that I got it working) which indicates there is a mismatch between the schema and the actual table.
*
wishlist
o column item_est_cost:
declared: array('type' => 'int', 'default' => )
actual: array('type' => 'int', 'not null' => FALSE, 'disp-width' => '11')
o column item_est_cost: key 'not null' not set, ignoring inspected default value
o column item_url1: key 'not null' not set, ignoring inspected default value
o column item_url2: key 'not null' not set, ignoring inspected default value
o column item_priority: key 'not null' not set, ignoring inspected default value

#3

scott.mclewin - January 16, 2008 - 06:07
Status:active» fixed

Committed to head. Schema module no longer complains about the wishlist module.

#4

Anonymous (not verified) - January 30, 2008 - 06:12
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.