SAY-5
faa0f1425a
fix: qualify column names in PerfMetric upsert to avoid ambiguity
...
PostgreSQL raises 'column reference is ambiguous' (SQLSTATE 42702) on
ON CONFLICT DO UPDATE because unqualified column names match both the
target row and EXCLUDED. Prefix with the table name so the existing
value is referenced unambiguously. Compatible with MySQL and SQLite.
Closes #4683
Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com>
2026-05-07 05:58:57 -07:00
..
2025-10-28 23:25:43 +08:00
2025-10-29 21:49:06 +08:00
2026-01-26 19:57:41 +08:00
2026-05-06 18:27:36 +08:00
2026-01-02 23:00:33 +08:00
2026-02-22 15:41:29 +08:00
2026-02-03 17:40:43 +08:00
2026-04-12 17:39:00 +08:00
2026-04-18 00:51:04 +08:00
2026-05-06 13:55:23 +08:00
2026-02-22 16:01:19 +08:00
2025-08-10 12:11:31 +08:00
2025-08-11 14:40:01 +08:00
2026-02-03 13:32:14 +08:00
2026-04-29 13:44:44 +08:00
2025-10-11 15:30:09 +08:00
2026-04-24 22:16:16 +08:00
2026-05-07 05:58:57 -07:00
2025-10-11 15:30:09 +08:00
2025-08-29 23:42:33 +08:00
2025-08-10 12:11:31 +08:00
2026-04-24 16:39:12 +08:00
2026-04-12 17:39:00 +08:00
2025-04-03 18:57:15 +08:00
2026-04-24 22:16:16 +08:00
2026-04-18 14:22:54 +08:00
2026-04-28 14:19:19 +08:00
2025-10-11 15:30:09 +08:00
2026-04-23 13:29:00 +08:00
2026-04-24 22:16:16 +08:00
2026-04-12 17:39:00 +08:00
2026-05-06 18:20:02 +08:00
2026-04-08 15:44:01 +08:00
2026-04-17 23:58:45 +08:00
2026-02-05 21:48:05 +08:00
2026-04-25 12:44:44 +08:00
2025-10-11 15:30:09 +08:00
2025-10-11 15:30:09 +08:00