#28919: Add support for Common Table Expression (CTE) queries
-------------------------------------+-------------------------------------
     Reporter:  Daniel Miller        |                    Owner:  nobody
         Type:  New feature          |                   Status:  new
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:  QuerySet.extra       |             Triage Stage:  Accepted
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by pwfff):

 Replying to [comment:5 Daniel Miller]:
 > I implemented generic CTE support for Django: https://github.com/dimagi
 /django-cte
 >
 > Would be happy to contribute this to be included with Django. Feedback
 is welcome.

 This has worked well for me, with the one exception of not being able to
 do an outer join since the library just uses extra_tables.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28919#comment:7>
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 post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.ad6d2c4b7bb25e2f53bcd5d51f2b066f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to