Re: [Django] #31584: Queryset crashes when grouping by Exists() on Oracle.

2020-05-14 Thread Django
#31584: Queryset crashes when grouping by Exists() on Oracle.
-+-
 Reporter:  felixxm  |Owner:  felixxm
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  3.0
  (models, ORM)  |
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:  oracle exists| Triage Stage:  Ready for
  boolean|  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Carlton Gibson ):

 In [changeset:"92acf1022fb13a7a8b1ff7cdfe72c21050c1e4e7" 92acf102]:
 {{{
 #!CommitTicketReference repository=""
 revision="92acf1022fb13a7a8b1ff7cdfe72c21050c1e4e7"
 [3.0.x] Fixed #31584 -- Fixed crash when chaining values()/values_list()
 after Exists() annotation and aggregation on Oracle.

 Oracle requires the EXISTS expression to be wrapped in a CASE WHEN in
 the GROUP BY clause.

 Regression in efa1908f662c19038a944129c81462485c4a9fe8.
 Backport of 3a941230c85b2702a5e1cd97e17251ce21057efa from master
 }}}

-- 
Ticket URL: 
Django 
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/065.1e0947d91a803257d5af0df5422770ac%40djangoproject.com.


Re: [Django] #31584: Queryset crashes when grouping by Exists() on Oracle.

2020-05-14 Thread Django
#31584: Queryset crashes when grouping by Exists() on Oracle.
-+-
 Reporter:  felixxm  |Owner:  felixxm
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  3.0
  (models, ORM)  |
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:  oracle exists| Triage Stage:  Ready for
  boolean|  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Carlton Gibson ):

 In [changeset:"b46b0f80e81bbf8fcf7e8c20c249c8041db5e227" b46b0f8]:
 {{{
 #!CommitTicketReference repository=""
 revision="b46b0f80e81bbf8fcf7e8c20c249c8041db5e227"
 [3.1.x] Fixed #31584 -- Fixed crash when chaining values()/values_list()
 after Exists() annotation and aggregation on Oracle.

 Oracle requires the EXISTS expression to be wrapped in a CASE WHEN in
 the GROUP BY clause.

 Regression in efa1908f662c19038a944129c81462485c4a9fe8.
 Backport of 3a941230c85b2702a5e1cd97e17251ce21057efa from master
 }}}

-- 
Ticket URL: 
Django 
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/065.a66ce7d6a627f68bf5592f06ae66f2f2%40djangoproject.com.


Re: [Django] #31584: Queryset crashes when grouping by Exists() on Oracle.

2020-05-14 Thread Django
#31584: Queryset crashes when grouping by Exists() on Oracle.
-+-
 Reporter:  felixxm  |Owner:  felixxm
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  3.0
  (models, ORM)  |
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:  oracle exists| Triage Stage:  Ready for
  boolean|  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by GitHub ):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"3a941230c85b2702a5e1cd97e17251ce21057efa" 3a94123]:
 {{{
 #!CommitTicketReference repository=""
 revision="3a941230c85b2702a5e1cd97e17251ce21057efa"
 Fixed #31584 -- Fixed crash when chaining values()/values_list() after
 Exists() annotation and aggregation on Oracle.

 Oracle requires the EXISTS expression to be wrapped in a CASE WHEN in
 the GROUP BY clause.

 Regression in efa1908f662c19038a944129c81462485c4a9fe8.
 }}}

-- 
Ticket URL: 
Django 
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/065.499d93b22ea02f72f2da4581cd7df68d%40djangoproject.com.


Re: [Django] #31584: Queryset crashes when grouping by Exists() on Oracle.

2020-05-14 Thread Django
#31584: Queryset crashes when grouping by Exists() on Oracle.
-+-
 Reporter:  felixxm  |Owner:  felixxm
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  3.0
  (models, ORM)  |
 Severity:  Release blocker  |   Resolution:
 Keywords:  oracle exists| Triage Stage:  Ready for
  boolean|  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Carlton Gibson):

 * stage:  Accepted => Ready for checkin


-- 
Ticket URL: 
Django 
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/065.46ab18897a825199ba5b5a38b4939633%40djangoproject.com.


Re: [Django] #31584: Queryset crashes when grouping by Exists() on Oracle.

2020-05-14 Thread Django
#31584: Queryset crashes when grouping by Exists() on Oracle.
-+-
 Reporter:  felixxm  |Owner:  felixxm
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  3.0
  (models, ORM)  |
 Severity:  Release blocker  |   Resolution:
 Keywords:  oracle exists| Triage Stage:  Accepted
  boolean|
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by felixxm):

 * has_patch:  0 => 1


Comment:

 [https://github.com/django/django/pull/12913 PR]

-- 
Ticket URL: 
Django 
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/065.71ac67f80bc111d73985b05e3339d603%40djangoproject.com.


Re: [Django] #31584: Queryset crashes when grouping by Exists() on Oracle. (was: Queryset crashes when gruping by Exists() on Oracle.)

2020-05-14 Thread Django
#31584: Queryset crashes when grouping by Exists() on Oracle.
-+-
 Reporter:  felixxm  |Owner:  felixxm
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  3.0
  (models, ORM)  |
 Severity:  Release blocker  |   Resolution:
 Keywords:  oracle exists| Triage Stage:  Accepted
  boolean|
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Carlton Gibson):

 * stage:  Unreviewed => Accepted


-- 
Ticket URL: 
Django 
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/065.5324c49289008af3b9b93b78a6925e2a%40djangoproject.com.