Re: no finderQuery data (cake 1.2 beta)

2009-02-25 Thread moocowmason


Same issue here as well. Any chance of this being fixed in the near future?
This is kind of a show stopper for me. I may try to dive into the cake
source and see what is going on.

Cheers,
 -Mason Fischer


bro1 wrote:
 
 
 Nick Jones-9 wrote:
 
 Anyhow, I now have a far more serious problem in that my finderQuery
 data is being lost somewhere.
 
 
 I am getting the same issue. If a finderQuery is specified I do not get
 any results even though debugging shows that the query was executed. If
 finderQuery is removed I get the related fields.
 
 Linas
 

-- 
View this message in context: 
http://www.nabble.com/no-finderQuery-data-%28cake-1.2-beta%29-tp14846975p22209778.html
Sent from the CakePHP mailing list archive at Nabble.com.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



no finderQuery data (cake 1.2 beta)

2008-01-15 Thread Nick Jones

Hi guys

I'm currently towards the end of a major app build and have today
upgraded cake to the beta release, mainly to fix a pagination issue
with the nightly I was using.

Anyhow, I now have a far more serious problem in that my finderQuery
data is being lost somewhere.

In previous Cake, with debug on I could see the initial SELECT query,
followed by a series of SELECT's based on my finderQuery to pull the
association for each record found in the first query, ie SELECT ...
WHERE Model.id IN (xx). With the beta, I instead see a single query
for the finderQuery which will grab data for all of the rows found in
the first query, ie: SELECT ... WHERE Model.id IN (xx,xx,xx,xx,xx).

This is all fine and dandy obviously, we all like to see speed
improvements and less queries. The only problem is that the data never
makes it to my model - the associations are always blank - even though
I can see the query being executed.

Any ideas?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---