Changes between Initial Version and Version 1 of Ticket #23836


Ignore:
Timestamp:
Nov 15, 2014, 9:21:08 AM (9 years ago)
Author:
Reinout van Rees
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23836 – Description

    initial v1  
    77Aha! Then we made a test similar to the one made to test #12886, but which followed a relation. At least with postgres this resulted in an error: ```column subquery.num_awards does not exist```.
    88
    9 ```
     9{{{
    1010Traceback (most recent call last):
    1111  File "/d/dev/repos/django/django/tests/aggregation/tests.py", line 664, in test_aggregation_with_limit_and_relation
     
    2525ProgrammingError: column subquery.num_awards does not exist
    2626LINE 1: SELECT AVG("subquery"."num_awards") FROM (SELECT "aggregatio...
    27 ```
     27}}}
    2828
    2929I don't know how bad this is. Whether it is even supposed to work.
Back to Top