X-Git-Url: http://git.squeep.com/?p=websub-hub;a=blobdiff_plain;f=src%2Fdb%2Fsqlite%2Fsql%2Ftopic-get-by-url.sql;h=b6e9c21da388e240087ae243e949883a0533d620;hp=d0f554852f298e2e30f7ac0f245f9b64f06570ad;hb=76dd4f22c9798de72645d960e7603e6c73595199;hpb=71efac9dcd7dc219cb83799391e7adc63cd4c662 diff --git a/src/db/sqlite/sql/topic-get-by-url.sql b/src/db/sqlite/sql/topic-get-by-url.sql index d0f5548..b6e9c21 100644 --- a/src/db/sqlite/sql/topic-get-by-url.sql +++ b/src/db/sqlite/sql/topic-get-by-url.sql @@ -15,6 +15,8 @@ SELECT content_fetch_attempts_since_success, content_updated, content_hash, - content_type + content_type, + http_etag, + http_last_modified FROM topic WHERE url = :topicUrl