#25265: DB Backend cannot specify query class.
----------------------------------------------+--------------------
     Reporter:  techdragon                    |      Owner:  nobody
         Type:  New feature                   |     Status:  new
    Component:  Database layer (models, ORM)  |    Version:  master
     Severity:  Normal                        |   Keywords:
 Triage Stage:  Unreviewed                    |  Has patch:  0
Easy pickings:  0                             |      UI/UX:  0
----------------------------------------------+--------------------
 It would be beneficial if the Queryset class
 (django.db.models.query.QuerySet) could use some mechanism to find out
 which query class the database backend wants to use.

 Without some mechanism to specify the query class, non sql based database
 backends are made drastically more complex.

 Adding something like "get_query" on the database backends that returns
 'sql.Query' in the existing backends would enable new backends to provide
 their own query class.

--
Ticket URL: <https://code.djangoproject.com/ticket/25265>
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/053.11a86054653535c0eb5a8a95893f6506%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to