mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 19:29:00 +02:00
This was previously only possible for the base table and in case one wanted to use table aliases in the query column definition for non-base tables as well, it did not work well due to not being explicitly supported. Now, to use such table aliases one must initialize DbRepository::tableAliases. refs #8826