SQLite stores byte sequences as blobs, which we were not handling properly, causing (at least) actions relating to artifacts to break. (Not sure when they broke, sorry!)
Signed-off-by: Winter winter@winter.cafe
SQLite stores byte sequences as blobs, which we were not handling properly, causing (at least) actions relating to artifacts to break. (Not sure when they broke, sorry!)
Signed-off-by: Winter winter@winter.cafe
SQLite stores byte sequences as blobs, which we were not handling properly,
causing (at least) actions relating to artifacts to break. (Not sure
when they broke, sorry!)
Signed-off-by: Winter <winter@winter.cafe>
The (only?) issue with this fix is that if we are indeed relying on this functionality to match on non-byte slices that are
uint8s β itβs also entirely possibledatabase/sqlis storing these as blobs already, then itβll be fine.