ColdBox Framework Forums Notification: Post to Problem with QueryHelper Plugin (doQueryAppend and doInnerJoin)

Title: RE: Problem with QueryHelper Plugin (doQueryAppend and doInnerJoin)
Thread: Problem with QueryHelper Plugin (doQueryAppend and doInnerJoin)
Forum: Bugs
Conference: ColdBox
User: doryphores Here's what you're doing wrong with the doInnerJoin. The last line should be:
[code]rc.ss = getPlugin("queryHelper").doInnerJoin(rc.q1, rc.q2, "speaker_id",
"id");[/code]

The rightJoinColumn and leftJoinColumn arguments of the
doInnerJoin function should be strings (the name of the column).
http://forums.coldboxframework.com/index.cfm?event=ehMessages.dspMessages&threadid=0DC3ECC5-FF65-CEF6-65DD4FCF952FCBFF