Daemon 1.16.0 released
- Improvement: SQL
SELECTqueries working on dynamic tables using subqueries will now extract the subquery’s assigned alias as the table name. These dynamic tables will show asSELECT ([..]) AS alias_namein the timeline summary. - Bugfix: Fix parsing of SQL queries that use the
FROMkeyword where it does not refer to a table name (e.g.TRIM(TRAILING 'x' FROM ?)). - Change: Update dependencies and rebuild with current Golang version.