Files
OpsLog/internal/qso
rouggy 37298afd77 fix(qso): every by-ids statement is chunked — 168k QSOs is a selection too
One placeholder per id in a single IN (…) hits SQLite's bound-variable cap:
bulk field set died at 168 000 QSOs with 'too many SQL variables' (10 000
passed). One chunker now serves bulk set (text/int/extra/frequency), the
delete, the post-upload markers and the export-selection iterator — the last
collecting and sorting once at the end so its chronological contract holds
across chunks. 500 ids a statement keeps every backend far from any limit.
2026-08-30 13:13:22 +02:00
..
2026-07-26 16:57:19 +02:00
2026-08-21 23:28:55 +02:00
2026-07-09 18:36:24 +02:00
2026-08-18 05:09:04 +02:00
2026-08-20 17:53:55 +02:00
2026-08-21 23:28:55 +02:00