Changes between Initial Version and Version 1 of Ticket #34798


Ignore:
Timestamp:
Aug 25, 2023, 1:10:38 AM (10 months ago)
Author:
Haldun Komsuoglu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34798 – Description

    initial v1  
    22
    33ProgrammingError: ('42000', '[42000] [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Cannot perform an aggregate function on an expression containing an aggregate or a subquery. (130) (SQLExecDirectW)')
     4
     5However, the same query __works__ in Django 4.1.10.
    46
    57To generate the error for following example can be used:
Back to Top