forked from openrs2/openrs2
The previous code included too many rows as the use of LEFT JOINs meant
candidate group orws with an incorrect container_id were still included
in the results.
Using an IN clause with a subquery allows us to remove those rows,
though it's a bit hacky.
(Really I want to be able to use the JOIN on the right side of a LEFT
JOIN to restrict the rows that appear in the results of the LEFT JOIN,
but that doesn't seem to be possible.)
This is similar to the issue fixed by
a920570f04
.
Signed-off-by: Graham <gpe@openrs2.org>
bzip2
parent
d7919da2a3
commit
833373a70e
Loading…
Reference in new issue