Closed (fixed)
Project:
Send
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2009 at 23:48 UTC
Updated:
18 Feb 2010 at 01:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
stuzza commentedHave attached a mighty one line patch addressing this.
Comment #2
josh waihi commentedThanks @stuzza
Comment #3
stuzza commentedA colleague suggested it useful to ask why 'length' => 50 was specified in the first place. In the node_revisions table nid is defined as a standard int (in node table, of course, it's a serial). I note that numerous fields in the send_schema() are 'varchar' of length 50 so I'm guessing this was a typo rather than an attempt to specify int size.
Thoughts?
Stuart
Comment #4
josh waihi commentedpatch fixes problem, length doesn't need to be specified and replicating the nid column in the node table will keep things consistent.
Comment #5
jerdavis