Skip to content
Snippets Groups Projects
  • Peter Rotich's avatar
    fb582e4e
    ORM: Extra Joins · fb582e4e
    Peter Rotich authored
    This commits adds ability to add extra joins to a queryset. If the join has
    constraints then it's LEFT joined otherwise straight JOIN is assumed.
    
    This is necessary to fix queue counts for queues with keyword search.
    fb582e4e
    History
    ORM: Extra Joins
    Peter Rotich authored
    This commits adds ability to add extra joins to a queryset. If the join has
    constraints then it's LEFT joined otherwise straight JOIN is assumed.
    
    This is necessary to fix queue counts for queues with keyword search.