Well, i somehow managed to fix this problem. But i dont think its the right way to do it.
I changed all queries in my models to specify their database. SELECT * FROM MYTABLE; is now SELECT * FROM MYDATABASE.MYTABLE; It seems as this will bypass any prepends cake does to its DB calls. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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/cake-php -~----------~----~----~----~------~----~------~--~---
