Files
marktvogt.de/backend
vikingowl b222d5fbc8 fix(discovery): use interval multiplication for forward-window query
pgx cannot implicitly encode int arg into text for the `$1 || ' month'`
concatenation pattern (error: "unable to encode 12 into text format for
text (OID 25): cannot find encode plan"). Multiplication with a known
interval works directly with the int parameter and is semantically
equivalent.

Discovered during the T19 smoke test — the tick endpoint returned 500
on every call before this fix.
2026-04-18 08:08:27 +02:00
..
2026-02-18 04:49:23 +01:00

Marktvogt Backend

Go REST API + WebSocket