mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
By introducing an explicit "AS" to set output names in the SELECT column list, there are no issues with reserved names. Unfortunately, this happened on PostgreSQL in the older version 13 with the reserved name "name". Adding "AS" mitigates this issue. Furthermore, I have put each column name in its own line for the SELECT queries to ease the readability of the query itself and of future diffs. Fixes #884. |
||
|---|---|---|
| .. | ||
| comment_query.sql | ||
| downtime_query.sql | ||
| event_time_cache_schema.sql | ||
| flapping_query.sql | ||
| ido_migration_progress_schema.sql | ||
| notification_query.sql | ||
| previous_hard_state_cache_schema.sql | ||
| state_query.sql | ||