On 10/20/06, DavidA <[EMAIL PROTECTED]> wrote:
> I'm curious how you would solve this problem using SQLAlchemy. I have
> _many_ needs for aggregation, subselects, and other things that are not
> easy or possible to do in Django's ORM, but I've never seen an ORM that
> does this (without just providing some sort of pass-thru SQL).

Here's how SQLAlchemy handles subqueries:
http://www.sqlalchemy.org/docs_03/sqlconstruction.myt#sql_subqueries


-- 
"May the forces of evil become confused on the way to your house."
  -- George Carlin

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