Daemon 1.9.34 released
- Bugfix: Multi-parameter function call in the column list of a
SELECTquery are no longer erroneously truncated (e.g.SELECT id, COALESCE(nullable, 'default')) AS foo FROM …). - Bugfix: Fix column extraction for SQL queries using a table-qualified wildcard (e.g.
SELECT table.* […]). - Change: Update dependencies and rebuild with current Golang version.