Closed (fixed)
Project:
Simplenews Statistics
Version:
6.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
29 Jan 2009 at 14:52 UTC
Updated:
9 Mar 2009 at 21:40 UTC
Hi,
The field type for "nid" in simplenews_statistics is "tinyint". This is totally impractical as the maximum size of a signed tinyint is 127. This needs to be changed to be a normal int type to allow a user to create statistics on any newsletter who's nid is higher than 127.
Comments
Comment #1
Docc commentedtnx for the notice.
Ill optimize the database shema in the next release
Comment #2
mindgame commentedJust downloaded the "next release", guess what?! Hehe.
Comment #3
Docc commentedBugger, didnt update the scheme only fixed when updating the module. Expect fix next release.
Comment #4
Docc commentedFixed in dev