mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[doc] clarify comment
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user