To see the queries in ACF, turn on debugging output.  I don't know for sure,
but I assume that Railo would be the same.

That said, I am not mistaken, Transfer is not officially supported on
Railo.  Transfer uses a number of things under the hood which are ACF
specific.  Additionally, Transfer does some things with arrays where it is
"counting on" the behavior of ACF, which is that arrays are passed by
value.  In Railo they are not.  (I believe that Railo has added a boolean
flag to various array functions that will allow this, but those flags are,
of course, not set in Transfer.)

HTH


On Fri, Mar 18, 2011 at 12:14 PM, Robert Rawlins wrote:

> Hello Guys,
>
> Is there any way for me to see the SQL which is generated by methods like
> readByProperty()
>
> I've got a strange issue where Railo is throwing an exception by ACF seems
> happy with things. I wanted to compare the SQL generated by the two.
>
> Thanks,
>
> Robert
>
> --
> 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

Reply via email to