mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-12-07 13:10:14 +01: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