On Thu, 2006-09-14 at 19:59 -0500, James Bennett wrote:
> On 9/14/06, Picio <[EMAIL PROTECTED]> wrote:
> > Which version of sqlite django support?
> 
> The Python module used by Django to connect to SQLite databases does
> not support versions of SQLite older than 3.0.

You are going to see aone problem if you're using a version prior to
3.2.6 as well: count(disctinct(...)) was not implemented until that
version, so some queryset constructions will cause errors with older
versions. See ticket #1878 for details.

Malcolm


--~--~---------~--~----~------------~-------~--~----~
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