On Wed, Feb 18, 2009 at 11:53 PM, Malcolm Tredinnick <[email protected]> wrote: > Any particular grounds for doing something spec-compliant feeling > fragile to you, Ian? Having let this bounce around for 24 hours, I can't > think of a strong reason not to do it.
Only the hazards of copying an arbitrary select expression into the group by and keeping it syntactically correct. As already noted, we need to be careful to duplicate the bind params as well, and even this approach won't work if the expression is a scalar subquery (at least in Oracle). I can't think of any other potential breakages. Regards, Ian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
