Posted by smokerej on May 1, 2009 at 6:53am
Jump to:
| Project: | The Next Generation Integration |
| Version: | 6.x-1.0-beta2 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | arturoramos |
| Status: | closed (fixed) |
Issue Summary
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?
Comments
#1
Eric:
I had tuned out of this project altogether for quite while and am now just looking at it. If you would like to become a maintainer on the module and put your changes into effect, that would be great.
#2
This issue is fixed in the beta-3 version.