1. |
info: 2025-04-29 08:37:39.647 RelationalEventId.CommandExecuted[20101] (Microsoft.EntityFrameworkCore.Database.Command)
7ms [Parameters=[@__id_0='49180187-9d68-4f70-83ca-86b59673492e'], CommandType='Text', CommandTimeout='30']
SELECT TOP(1) [s].[Id], [s].[Active], [s].[CheatSheet], [s].[CheatSheet2], [s].[Deleted], [s].[FactErrors], [s].[FactErrorsExplanation], [s].[ParentCategory2Id], [s].[ParentCategoryId], [s].[ProcessorGenerateImagePrompt], [s].[Prompt], [s].[Reference], [s].[ReferenceSlug], [s].[SiteId], [s].[SpellingErrors], [s].[SpellingErrorsExplanation], [s].[Summary], [s].[Summary2], [s].[Title], [s].[TitleBackup], [s].[TitleSlug], [s].[TotalCards], [s].[TotalCards2], [s].[TotalCategories], [s].[TotalPages], [s].[Verified], [s0].[Id], [s0].[CultureCode], [s0].[Deleted], [s0].[Description], [s0].[Email], [s0].[ProcessorGenerateImageCategoryPrompt], [s0].[ProcessorGenerateImageQuestionPrompt], [s0].[ProcessorGenerateImageTopicPrompt], [s0].[ProcessorGenerateQuestionPrompt], [s0].[ProcessorGenerateQuestionShortPrompt], [s0].[ProcessorOcrTextPrompt], [s0].[ProcessorOcrTextShortPrompt], [s0].[ProcessorRewriteTextPrompt], [s0].[ProcessorRewriteTextShortPrompt], [s0].[SendGridApiKey], [s0].[Title], [s0].[TotalCategories], [s0].[TotalHosts], [s0].[WikiLanguage]
FROM [Scanners] AS [s] WITH (NOLOCK)
INNER JOIN [Sites] AS [s0] ON [s].[SiteId] = [s0].[Id]
WHERE [s].[Id] = @__id_0 AND [s].[Deleted] = CAST(0 AS bit)
|
2. |
info: 2025-04-29 08:37:39.658 RelationalEventId.CommandExecuted[20101] (Microsoft.EntityFrameworkCore.Database.Command)
79ms [Parameters=[@__site_Id_0='63d6eb4e-8e39-4ac6-8f69-55ee76feccce', @__item_Left_1='1498', @__item_Right_2='1499'], CommandType='Text', CommandTimeout='30']
SELECT [c].[Id], [c].[Active], [c].[Deleted], [c].[Description], [c].[DescriptionBackup], [c].[Left], [c].[ParentId], [c].[Position], [c].[ProcessorGenerateImagePrompt], [c].[Right], [c].[SiteId], [c].[StorageMediaName], [c].[StorageMediaUrl], [c].[Title], [c].[TitleBackup], [c].[TitleSlug], [c].[TotalChildren], [c].[TotalScanners], [c].[TotalYoutubeVideos]
FROM [Categories] AS [c] WITH (NOLOCK)
WHERE [c].[SiteId] = @__site_Id_0 AND [c].[Left] <= @__item_Left_1 AND [c].[Right] >= @__item_Right_2 AND [c].[Deleted] = CAST(0 AS bit)
ORDER BY [c].[Left]
|