#30574: support join tables query over two tables without foreign key
-----------------------------------------+------------------------
               Reporter:  sazima         |          Owner:  nobody
                   Type:  New feature    |         Status:  new
              Component:  Uncategorized  |        Version:  2.2
               Severity:  Normal         |       Keywords:  orm
           Triage Stage:  Unreviewed     |      Has patch:  0
    Needs documentation:  0              |    Needs tests:  0
Patch needs improvement:  0              |  Easy pickings:  0
                  UI/UX:  0              |
-----------------------------------------+------------------------
 support sql like


 {{{
 SELECT  * FROM  ROLE INNER JOIN user_role ON ROLE . ID = user_role.role_id
 }}}

 or

 {{{
 SELECT  * FROM  role r, user_role ur WHERE      r.id = ur.role_id
 }}}

 thanks.

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

Reply via email to