Descriptiontrytond: Add implicit join clause to subquery of where clause on Many2One
This modify the complexity of the SubPlan from O(n^2) to O(n log(n)) thanks to
the index on the primary key.
issue11486
Patch Set 1 #
MessagesTotal messages: 2
|