Using sqlalchemy version 0.5.2, I've noticed that the "sum" method
seems to have been removed from Query :

session.query(MyClass).sum(MyClass.price)

'Query' object has no attribute 'sum'

I can't find this change documented anywhere : it was present in 0.4
as I recall.

Any reason for this ?

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

Reply via email to