This seems to be happening when retrieving values from the cache. I believe it has something to do with the eviction process that is performed lazily on value retrieval.
SqliteError: column index out of range
at PreparedQuery.startQuery (https://deno.land/x/sqlite@v3.5.0/src/query.ts:100:23)
at PreparedQuery.all (https://deno.land/x/sqlite@v3.5.0/src/query.ts:297:14)
at DB.query (https://deno.land/x/sqlite@v3.5.0/src/db.ts:112:32)
at https://war532gcatvlhxat2etsclllhxyhz3srrqpbwlhbn4jakrz6tn6q.arweave.net/sCPd6MIE6rPcE9EnIS1rPfB87l
This seems to be happening when retrieving values from the cache. I believe it has something to do with the eviction process that is performed lazily on value retrieval.