[doc] clarify comment

This commit is contained in:
Matt Nadareski
2016-04-21 17:28:46 -07:00
parent bcf263a5f6
commit 38253bb062

View File

@@ -523,7 +523,7 @@ SELECT files.id FROM files
{ {
using (SqliteDataReader sldr = slc.ExecuteReader()) using (SqliteDataReader sldr = slc.ExecuteReader())
{ {
// If the file doesn't exist, add it // If the file doesn't exist, add it with its checksums
if (!sldr.HasRows) if (!sldr.HasRows)
{ {
query = @"BEGIN; query = @"BEGIN;