forked from GNUsocial/gnu-social
`DB::dql('select a, b, from a join b')` would previously return `[a, b, a, b, ...]` (or even `[b, a, b, a, ...]`), and now will return `[[a, a, ...], [b, b, ...]]`. The issue would be further compounded when selecting even more entities, where the order would be unpredictable
Description
No description provided
Languages
PHP
77.5%
Gettext Catalog
9%
HTML
6.9%
JSONLD
3.5%
CSS
1.7%
Other
1.3%