Changes between Initial Version and Version 1 of Ticket #35028


Ignore:
Timestamp:
Dec 11, 2023, 1:31:26 PM (10 months ago)
Author:
Richard Ebeling
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35028 – Description

    initial v1  
    4040    raise ex.with_traceback(None)
    4141psycopg.errors.InvalidColumnReference: for SELECT DISTINCT, ORDER BY expressions must appear in select list
    42 LINE 1: ..._field", $1) FROM "evaluation_testmodel" ORDER BY NULLIF("ev...
     42LINE 1: ..._field", $1) FROM "name_testmodel" ORDER BY NULLIF("ev...
    4343                                                             ^
    4444
     
    6767    raise ex.with_traceback(None)
    6868django.db.utils.ProgrammingError: for SELECT DISTINCT, ORDER BY expressions must appear in select list
    69 LINE 1: ..._field", $1) FROM "evaluation_testmodel" ORDER BY NULLIF("ev...
     69LINE 1: ..._field", $1) FROM "name_testmodel" ORDER BY NULLIF("ev...
    7070                                                             ^
    7171
Back to Top