#34255: Annotation/group by with an expression on psycopg3
-------------------------------------+-------------------------------------
     Reporter:  Guillaume Andreu     |                    Owner:  nobody
  Sabater                            |
         Type:  Bug                  |                   Status:  new
    Component:  Database layer       |                  Version:  dev
  (models, ORM)                      |
     Severity:  Release blocker      |               Resolution:
     Keywords:  orm postgres         |             Triage Stage:  Accepted
  psycopg3 annotation groupby        |
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Simon Charette):

 Right, it doesn't need `ARRAY` to be present to reproduce the crash but
 the reason why we can't simply augment the select clause with `year` in
 order to `GROUP BY 1` (or `GROUP BY year`) is that it would return a row
 with two columns and differ from what the user is asking for when doing an
 explicit `values("json")`.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34255#comment:6>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/01070185a990c15c-ae3659e1-edaa-4b03-91d6-9ff7dad3e062-000000%40eu-central-1.amazonses.com.

Reply via email to