Hi,

I've just been informed by a MonetDB developer
that LIMIT and ORDER BY clauses are not
allowed by the SQL spec in sub-selects.

I filied a bug with them because the Django
code:

   Event.objects.all()[:1]

was failing because of invalid SQL.

I don't have access to the SQL spec so I
can't quote you verse and chapter.

Has this come up before?

How can I workaround this in the adapter?

Thanks,

m

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to