custom queries and mysql_fetch_field

2006-11-18 Thread jonathan.snook
So, I've been trying to track down a solution to this problem and I haven't found it yet. (I should probably open a trac ticket but figured I'd shoot out the question here first). Okay, I have a custom query doing some fun stuff, but anytime I'm using mysql functions (like COUNT or SUBSTRING or

Re: custom queries and mysql_fetch_field

2006-11-18 Thread nate
I had this happen once. I believe it has something to do with how your database encoding is set up. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to

Re: custom queries and mysql_fetch_field

2006-11-18 Thread jonathan.snook
On Nov 18, 5:51 pm, nate [EMAIL PROTECTED] wrote: I had this happen once. I believe it has something to do with how your database encoding is set up. Upon further inspection, I believe it occurs when MySQL has to create a temporary table during the SELECT process. This is more likely to occur