debian-forge-composer/internal/jobqueue
Sanne Raymaekers c4360a67f5 jobqueue: handle escaped null bytes in postgres
Postgres doesn't accept `\u0000` in the jsonb datatype. Switch to the
json datatype which is larger and slower, but accepts escaped null
bytes.

As we don't actually query or index the result jsonb directly, the
impact of this should be minimal.

See: https://www.postgresql.org/docs/current/datatype-json.html
2025-07-25 13:10:10 +02:00
..
fsjobqueue dbjobqueue: Add AllRootJobIDs implementation 2025-06-05 10:32:56 +02:00
jobqueuetest jobqueue: handle escaped null bytes in postgres 2025-07-25 13:10:10 +02:00