#14483: Implement subqueries in geodjango spatial lookup
-------------------------------------+------------------------------------
     Reporter:  milosu               |                    Owner:  nobody
         Type:  New feature          |                   Status:  new
    Component:  GIS                  |                  Version:  1.2
     Severity:  Normal               |               Resolution:
     Keywords:  geodjango, subquery  |             Triage Stage:  Accepted
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  1
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+------------------------------------

Comment (by claudep):

 I have a branch where this is working with PostGIS.
 
https://github.com/claudep/django/commit/53783c93a551fe769d5395e6ee54d01729b23722

 However, it still fails on MySQL and Spatialite because of the
 `ops.select` format (AsText()) which is applied to the subquery select. I
 don't know if there is a mean to prevent that special formatting for
 subqueries. ORM master needed :-)

--
Ticket URL: <https://code.djangoproject.com/ticket/14483#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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.cc8e196aef45bf6a6af6457d2388c5ab%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to