#14700: Speed up RawQuerySet iterator ---------------------------------------------------+------------------------ Reporter: akaariai | Owner: nobody Status: new | Milestone: 1.3 Component: Database layer (models, ORM) | Version: SVN Resolution: | Keywords: rawqueryset, iterator, performance Stage: Accepted | Has_patch: 1 Needs_docs: 0 | Needs_tests: 0 Needs_better_patch: 1 | ---------------------------------------------------+------------------------ Changes (by lukeplant):
* needs_better_patch: 0 => 1 * stage: Unreviewed => Accepted Comment: The most recent patch is very broken. It doesn't apply to trunk due to [14613], but even after fixing that up, more importantly it produces a `NameError`: {{{ NameError: global name 'need_resolv_columns' is not defined }}} Just looking the patch makes it clear that this is going to happen. Accepted on the basis that you obviously have a patch that works and there is definitely duplicate work being done that can be eliminated. -- Ticket URL: <http://code.djangoproject.com/ticket/14700#comment:2> 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-upda...@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.