On 12/27/05, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > Is there any reason that once a table has been joined into a query, it > isn't reused? As far as I can work out, this would also remove the need > for the table_count/params to produce unique table aliases (since if a > table is only named once, there is no need for an alias).
I remember there being a good reason for this, but I don't recall the exact reason at this point... :-( At any rate, feel free to play around with a patch (and some accompanying unit tests) to see whether you can remove the table-aliases if they're unneeded. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org
