Go to file
Andrew Lukoshko 7c5bee8c65 Make scheduled-product note update PG13-compatible
t/api/02-iso.t failed on stock EL9 PostgreSQL 13 because update_note used
jsonb subscripting (results['note']=?), which needs PG14+. Rewrite it with
jsonb_set(coalesce(results,'{}'), '{note}', ?::jsonb) so it works on PG13+.
openqa %check now passes on the default EL9 PostgreSQL 13 (no PG upgrade
needed). Folded into the existing EL9 patch alongside the SQLite upsert and
Perl 5.32 signatures fixes.
2026-07-22 14:27:47 +02:00
SOURCES Make scheduled-product note update PG13-compatible 2026-07-22 14:27:47 +02:00
SPECS Restore bsdcat; add EL9 SQLite/Perl-5.32 test fixes 2026-07-21 19:25:23 +02:00
.gitignore Update to 5^20260604git6376095 (sync with Fedora) 2026-07-20 19:45:53 +02:00
.openqa.metadata Update to 5^20260604git6376095 (sync with Fedora) 2026-07-20 19:45:53 +02:00