Re: [BUGS] auto type casting bug

2005-08-26 Thread Richard Huxton
Matthew Manuel wrote: Hello, I found a strange error which occurs when I run a query from PHP4, where if there is a column which has strings arbitrarily defined text for all rows of a sub-select, and you attempt to sort by that column, it cannot determine the type for that column in order to do

[BUGS] auto type casting bug

2005-08-25 Thread Matthew Manuel
Hello, I found a strange error which occurs when I run a query from PHP4, where if there is a column which has strings arbitrarily defined text for all rows of a sub-select, and you attempt to sort by that column, it cannot determine the type for that column in order to do the sort.  - If you