Update SQL logic, add project file, remove TLDB.7z

Added RERUN.sqbpro with SQL queries and DB settings.
Enhanced DataAccess.cs filtering for 'zomb-eh' and enabled SQL debug output.
Commented out Tumblr URL output in Program.cs for cleaner logs.
Deleted TLDB.7z binary archive.
This commit is contained in:
jim
2026-02-27 11:44:58 -06:00
parent bc9985a6f0
commit 15b484bdf8
4 changed files with 549 additions and 5 deletions
+2 -2
View File
@@ -652,7 +652,7 @@ namespace URLNotesGrabberCORE
postsAdded++;
// Output hyperlink and post date
Console.WriteLine($"https://{reblog.reblogName}.tumblr.com/post/{reblog.postID} - {reblog.date}");
//Console.WriteLine($"https://{reblog.reblogName}.tumblr.com/post/{reblog.postID} - {reblog.date}");
}
}
reblog = new ReblogRecord();
@@ -773,7 +773,7 @@ namespace URLNotesGrabberCORE
postsAdded++;
// Output hyperlink and post date
Console.WriteLine($"https://{reblog.reblogName}.tumblr.com/post/{reblog.postID} - {reblog.date}");
//Console.WriteLine($"https://{reblog.reblogName}.tumblr.com/post/{reblog.postID} - {reblog.date}");
}
}
}