#3566: Proposal: ORM aggregation support --------------------------------------------------------+------------------- Reporter: Honza Král <honza.k...@gmail.com> | Owner: russellm Status: assigned | Milestone: Component: Database layer (models, ORM) | Version: SVN Resolution: | Keywords: orm aggregation group by Stage: Someday/Maybe | Has_patch: 1 Needs_docs: 0 | Needs_tests: 1 Needs_better_patch: 1 | --------------------------------------------------------+------------------- Changes (by robin):
* cc: robin (added) Comment: Will this account for grouping by date or time on a db column with datetime/timestamp type? {{{ eg. 1. select * from table group by year(timestamp) 2. select * from table group by hour(timestamp) }}} *note that the sql examples above probably does not work as proper sql. -- Ticket URL: <http://code.djangoproject.com/ticket/3566#comment:56> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---