Changes between Initial Version and Version 1 of Ticket #19385, comment 10


Ignore:
Timestamp:
Dec 19, 2012, 5:58:28 PM (11 years ago)
Author:
jeremyt

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19385, comment 10

    initial v1  
    11I've updated my patch to work with the new changes in master, found at [https://github.com/jtillman/django/compare/ticket_19385]. I also I have branch that I run which is based off of 1.4.3 [​https://github.com/jtillman/django/tree/MultiColumnJoin].
    22
    3 To your point about the IN statement, this doesn't currently work in the case of multi-column because of the use of _pk_trace. I'm thinking of doing the same method as I do for create_prefetch_query and using IN for single columns and complex queries for multiple columns while change _pk_trace to return a tuple of values.
     3To your point about the IN statement, this doesn't currently work in the case of multi-column because of the use of _pk_trace. I'm thinking of doing the same method as I do for create_prefetch_query and using IN for single columns and complex queries for multiple columns while changing _pk_trace to return a tuple of values.
Back to Top