tngintegrate.install Wrong Field Size

smokerej - May 1, 2009 - 06:53
Project:The Next Generation Integration
Version:6.x-1.0-beta2
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active
Description

Development: WAMP(XP-2.2.9-5.0.51a-5.2.6)
Production: LAMP(Debian5.0-2.2.9-5.0.51-5.2.6)
TNG 7.03
Drupal 6.10

Schema for tngintegrate table calls for "'size' => 'medium'" for fields "created" and "lastlogin". This creates a MEDIUMINT(9) field. Problem is that the date values are being written in 10 character values. Schema for "created" and "lastlogin" should be changed to "'size' => 'normal'". This will create INT(11) fields and the problem is solved.

Need a diff? Want it submitted to CVS?

 
 

Drupal is a registered trademark of Dries Buytaert.