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 django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to