mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-19 02:10:26 +00:00
Apparently, sqlite will fill this placeholder value in with NULL if we
do not pass a value. The query being executed here is:
UPDATE CacheIndex
SET last_access_time = ?
WHERE cache_key = ? AND vary_key = ?;
|
||
|---|---|---|
| .. | ||
| Cache | ||
| CMakeLists.txt | ||
| Forward.h | ||
| Header.cpp | ||
| Header.h | ||
| HeaderList.cpp | ||
| HeaderList.h | ||
| HTTP.cpp | ||
| HTTP.h | ||
| HttpRequest.cpp | ||
| HttpRequest.h | ||
| Method.cpp | ||
| Method.h | ||
| Status.h | ||