Re: Mysql 3.23.xx

2006-11-07 Thread sansmojo
For those of us who have no choice but to use Django with older versions of MySQL, is there any possible workaround for this? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this gr

Re: Mysql 3.23.xx

2006-10-10 Thread JHeasly
James Bennett wrote: > > I can't think of anything we do that would break it, but I also don't > know nearly enough about ancient versions of MySQL. If you have a "date_hierarchy" in your models.py, it will break with MySQL 3.23.53 as Django builds a query that uses "CAST()", which didn't exist u

Re: Mysql 3.23.xx

2006-10-10 Thread João Cruz Morais
Thanks everyone. I think I'm going to stick with sqlite until I find a better solution. João On 10/10/06, Terry <[EMAIL PROTECTED]> wrote: > > João Cruz Morais wrote: > > > I'm developing a website using django and the host has an old version > > of mysql, more precisely 3.23.58. I wonder if the

Re: Mysql 3.23.xx

2006-10-10 Thread Terry
João Cruz Morais wrote: > I'm developing a website using django and the host has an old version > of mysql, more precisely 3.23.58. I wonder if the db-api is compatible > with this version? Unfortunately upgrading mysql is not an option. I have seen the Django code generate SQL that uses subsel

Re: Mysql 3.23.xx

2006-10-10 Thread Geert Vanderkelen
Hi João, James, On 10 Oct 2006, at 18:36, James Bennett wrote: > > On 10/9/06, João Cruz Morais <[EMAIL PROTECTED]> wrote: >> I'm developing a website using django and the host has an old version >> of mysql, more precisely 3.23.58. I wonder if the db-api is >> compatible >> with this version?

Re: Re: Mysql 3.23.xx

2006-10-10 Thread James Bennett
On 10/10/06, João Cruz Morais <[EMAIL PROTECTED]> wrote: > I was talking about the generated SQL. Django db-api might produce SQL > which is not understood by this version of mysql. I can't think of anything we do that would break it, but I also don't know nearly enough about ancient versions of

Re: Mysql 3.23.xx

2006-10-10 Thread João Cruz Morais
I was talking about the generated SQL. Django db-api might produce SQL which is not understood by this version of mysql. João On Oct 10, 5:36 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > On 10/9/06, João Cruz Morais <[EMAIL PROTECTED]> wrote: > > > I'm developing a website using django and t

Re: Mysql 3.23.xx

2006-10-10 Thread James Bennett
On 10/9/06, João Cruz Morais <[EMAIL PROTECTED]> wrote: > I'm developing a website using django and the host has an old version > of mysql, more precisely 3.23.58. I wonder if the db-api is compatible > with this version? Unfortunately upgrading mysql is not an option. Compatibility with particul

Mysql 3.23.xx

2006-10-10 Thread João Cruz Morais
(Sorry if you've received this message already) I'm developing a website using django and the host has an old version of mysql, more precisely 3.23.58. I wonder if the db-api is compatible with this version? Unfortunately upgrading mysql is not an option. Regards, João Cruz Morais --~--~--