Bug fix: absence of orders when status is PENDING or CANCELLED
Records in table orders
may have incomplete handler information(e.g. when in PENDING or CANCELLED status) and thus may have NULL value. Joining table orders
and users
on column handler
should use API preserveNullAndEmptyArrays()
instead of skipNullAndEmptyArrays()
.