Changes between Initial Version and Version 1 of Ticket #19385, comment 10
- Timestamp:
- Dec 19, 2012, 5:58:28 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19385, comment 10
initial v1 1 1 I'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]. 2 2 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 chang e_pk_trace to return a tuple of values.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 changing _pk_trace to return a tuple of values.