#24164: Oracle GIS geoapp extent test failure
---------------------------+-------------------------------------
     Reporter:  timgraham  |                    Owner:  nobody
         Type:  Bug        |                   Status:  new
    Component:  GIS        |                  Version:  1.8alpha1
     Severity:  Normal     |               Resolution:
     Keywords:  oracle     |             Triage Stage:  Accepted
    Has patch:  0          |      Needs documentation:  0
  Needs tests:  0          |  Patch needs improvement:  0
Easy pickings:  0          |                    UI/UX:  0
---------------------------+-------------------------------------

Comment (by akaariai):

 The select_format is pretty much equivalent to from_db_value, but done on
 the database side (because we don't know how to do it on Python side). So,
 it must be done only at the point where the expression is in the outermost
 select list.

 Adding an is_subquery flag to compiler, setting this to true for the inner
 query, and finally skipping the select_format generation for subqueries
 seems like a good enough fix to me.

--
Ticket URL: <https://code.djangoproject.com/ticket/24164#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 [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/067.5ae7c8eb7d9c7a6ce639b9e2fdafb1f5%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to