Ah sorry Richard, I think that post might have been a bit misleading.
The line to go to is 79 in SQLValue.cfc:
if(arguments.query.wasNull())
{
return
getNullable().getNullValue(arguments.object.getClassName(),
arguments.property.getName());
}
Change that for:
if (not isDefined("value"))
value = false;
I wanted to grab a post to act as a reference but looks like it was
referring to an older fix idea maybe.
Sorry about that.
James.
On Friday, 25 January 2013 09:13:01 UTC, Richard Herbert wrote:
>
> Sorry but am I missing something here?
>
> I can't see the line quoted, "if(isQueryCellNull(arguments.query,
> arguments.property.getColumn(), arguments.query.currentRow))"
> in /com/sql/SQLValue.cfc
>
> I've looked in the download offered from RIAForge as well as the trunk
> from SVN at revision 690.
>
> What am I missing?
>
> On Thursday, 24 January 2013 13:21:05 UTC, James Allen wrote:
>>
>> I just wanted to update this thread to say that I updated my VPS to Railo
>> 4 final not long after launch and have 3 sites all running perfectly with
>> Transfer.
>>
>>
>>
>> As previously mentioned, the only issue I had previously on Railo 3 was
>> with the hasNull fix that needed to be applied to one of the Transfer
>> CFC’s. Since then the sites have been running perfectly.
>>
>>
>>
>> For reference the fix I applied is here:
>>
>> http://osdir.com/ml/transfer-dev/2011-10/msg00003.html
>>
>>
>>
>> ---
>>
>> *James Allen*
>>
>> *E:* [email protected]
>>
>> *Blog:* http://jamesallen.name
>>
>> *Twitter:* @CFJamesAllen (Coldfusion / Web development)
>>
>> *Twitter: *@JamesAllenVoice (Voiceover)
>>
>> *Twitter: *@80sRewindShow (My weekly radio show)
>>
>>
>>
>> Tune in to the best in community radio – Codebass Radio:
>> http://codebassradio.net
>>
>>
>>
>> *From:* [email protected] [mailto:[email protected]] *On
>> Behalf Of *Matt Quackenbush
>> *Sent:* 12 January 2013 21:13
>> *To:* [email protected]
>> *Subject:* Re: [transfer-dev] Railo 4 and Transfer
>>
>>
>>
>> I would not expect Transfer to work on Railo at all. Transfer relies on
>> some undocumented under the hood behavior in (Adobe) ColdFusion, for one,
>> and also relies on arrays being passed by value, which Railo (thankfully)
>> doesn't do.
>>
>> On Jan 12, 2013 2:48 PM, "Richard Herbert" <[email protected]> wrote:
>>
>> I'm looking at migrating an old Fusebox 5.5.1 app that uses Transfer over
>> to Railo 4.
>>
>>
>>
>> I'm hitting some errors and wanted to know if I'm wasting my time trying
>> to get these apps working together now that Transfer is EOL (no disrespect
>> Mark, Transfer has served me well over the years).
>>
>>
>>
>> I've checked out v1.1.1 from the SVN repo.
>>
>>
>>
>> Richard
>>
>> --
>> Before posting questions to the group please read:
>>
>> http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer
>>
>> Try out the new Transfer ORM Custom Google Search:
>> http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8
>>
>> You received this message because you are subscribed to the Google Groups
>> "transfer-dev" group.
>> To post to this group, send email to [email protected]
>> To unsubscribe from this group, send email to
>> [email protected]
>> For more options, visit this group at
>> http://groups.google.com/group/transfer-dev?hl=en
>>
>> --
>> Before posting questions to the group please read:
>>
>> http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer
>>
>> Try out the new Transfer ORM Custom Google Search:
>> http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8
>>
>> You received this message because you are subscribed to the Google Groups
>> "transfer-dev" group.
>> To post to this group, send email to [email protected]
>> To unsubscribe from this group, send email to
>> [email protected]
>> For more options, visit this group at
>> http://groups.google.com/group/transfer-dev?hl=en
>>
>
--
--
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer
Try out the new Transfer ORM Custom Google Search:
http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8
You received this message because you are subscribed to the Google Groups
"transfer-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/transfer-dev?hl=en