• Anssi Kääriäinen's avatar
    Fixed #23853 -- Added Join class to replace JoinInfo · ab89414f
    Anssi Kääriäinen yazdı
    Also removed Query.join_map. This structure was used to speed up join
    reuse calculation. Initial benchmarking shows that this isn't actually
    needed. If there are use cases where the removal has real-world
    performance implications, it should be relatively straightforward to
    reintroduce it as map {alias: [Join-like objects]}.
    ab89414f
tests.py 150 KB