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 db-api is compatible > > with this version? Unfortunately upgrading mysql is not an option. > > > I have seen the Django code generate SQL that uses subselects. > Subselects are not available until MySQL4.1, so I think you need at > least that. > > - Terry > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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/django-users -~----------~----~----~----~------~----~------~--~---

