Question re a "behavioural change" that's happened between 5.3.7.47 and 5.3.9.133. I think it's due to the fix for
https://luceeserver.atlassian.net/browse/LDEV-3615 (so ping
@bdw429s).
Lucee used to preserve the row order of the original queries when UNIONing via QoQ. It no longer does this.
Now... it is completely legit to NOT preserve the order, because as far as SQL goes there's no guarantee of ordering unless there's an ORDER BY.
But... it is a behaviour change. Should this be noted somewhere?