????
Current Path : C:/inetpub/vhost/binhdinhf1.gdtsolutions.vn/api/logs/ |
Current File : C:/inetpub/vhost/binhdinhf1.gdtsolutions.vn/api/logs/stdout_20231127094902_11420.log |
warn: Microsoft.AspNetCore.Server.IIS.Core.IISHttpServer[0] Increasing the MaxRequestBodySize conflicts with the max value for IIS limit maxAllowedContentLength. HTTP requests that have a content length greater than maxAllowedContentLength will still be rejected by IIS. You can disable the limit by either removing or setting the maxAllowedContentLength value to a higher limit. info: Microsoft.Hosting.Lifetime[0] Application started. Press Ctrl+C to shut down. info: Microsoft.Hosting.Lifetime[0] Hosting environment: Production info: Microsoft.Hosting.Lifetime[0] Content root path: C:\inetpub\vhost\binhdinhf1.gdtsolutions.vn\api info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (86ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (53ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT 1 info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT OBJECT_ID(N'[__EFMigrationsHistory]'); info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (6ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT [MigrationId], [ProductVersion] FROM [__EFMigrationsHistory] ORDER BY [MigrationId]; info: Microsoft.EntityFrameworkCore.Migrations[20405] No migrations were applied. The database is already up to date. info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT CASE WHEN EXISTS ( SELECT 1 FROM [identity].[AspNetRoles] AS [a]) THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT CASE WHEN EXISTS ( SELECT 1 FROM [identity].[AspNetUsers] AS [a]) THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (22ms) [Parameters=[@__TypedProperty_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT TOP(@__TypedProperty_0) [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate] FROM [Events] AS [e] ORDER BY [e].[StartDate], [e].[Id] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[@__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [t].[Id], [t].[ArticleId], [t].[CreatedBy], [t].[CreatedOn], [t].[ImageLink], [t].[ModifiedBy], [t].[ModifiedOn], [a].[Title], [a].[Link], [a].[PublishDate], [a].[Id], CAST(0 AS bit) FROM ( SELECT TOP(@__TypedProperty_2) [s].[Id], [s].[ArticleId], [s].[CreatedBy], [s].[CreatedOn], [s].[ImageLink], [s].[ModifiedBy], [s].[ModifiedOn] FROM [Slides] AS [s] ORDER BY [s].[CreatedOn] DESC, [s].[Id] ) AS [t] INNER JOIN [Articles] AS [a] ON [t].[ArticleId] = [a].[Id] ORDER BY [t].[CreatedOn] DESC, [t].[Id] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Articles] AS [a] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (3ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [a].[Id], [a].[FeaturedImage], [a].[Title], [a].[Summary], [a].[Keywords], [a].[PublishDate] FROM [Articles] AS [a] ORDER BY [a].[Id] OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (26ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Events] AS [e] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (6ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate] FROM [Events] AS [e] ORDER BY [e].[Id] OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT NEXT VALUE FOR [EntityFrameworkHiLoSequence] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (17ms) [Parameters=[@p0='?' (DbType = Int32), @p1='?' (DbType = Int32), @p2='?' (Size = 4000), @p3='?' (Size = 50), @p4='?' (DbType = DateTime2), @p5='?' (Size = 1000), @p6='?' (DbType = DateTime2), @p7='?' (Size = 200), @p8='?' (Size = 200), @p9='?' (Size = 50), @p10='?' (DbType = DateTime2), @p11='?' (Size = 100), @p12='?' (DbType = DateTime2)], CommandType='Text', CommandTimeout='30'] SET IMPLICIT_TRANSACTIONS OFF; SET NOCOUNT ON; INSERT INTO [Events] ([Id], [AlbumId], [Content], [CreatedBy], [CreatedOn], [Description], [EndDate], [FeaturedImage], [Link], [ModifiedBy], [ModifiedOn], [Name], [StartDate]) VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12); info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (6ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Events] AS [e] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (4ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate] FROM [Events] AS [e] ORDER BY [e].[Id] OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (5ms) [Parameters=[@__key_0='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [e].[Id], [e].[AlbumId], [e].[Content], [e].[CreatedBy], [e].[CreatedOn], [e].[Description], [e].[EndDate], [e].[FeaturedImage], [e].[Link], [e].[ModifiedBy], [e].[ModifiedOn], [e].[Name], [e].[StartDate] FROM [Events] AS [e] WHERE [e].[Id] = @__key_0 info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Events] AS [e] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate] FROM [Events] AS [e] ORDER BY [e].[Id] OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Events] AS [e] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate] FROM [Events] AS [e] ORDER BY [e].[Id] OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Drivers] AS [d] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (3ms) [Parameters=[@__TypedProperty_4='?' (DbType = Int32), @__TypedProperty_5='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [t0].[Name], [t0].[Id], [c].[Name], [c].[Id], CASE WHEN [c].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [c0].[Name], [c0].[Id], CASE WHEN [c0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [t].[Id], [t].[PhotoUrl], [t].[FullName], [t].[TeamId], [t].[CountryId], [t].[CountryOfResidence], [t].[PlaceOfBirth], [t].[DebutYear], [t].[Height], [t].[Weight], [t].[CountryOfLicenseId], CASE WHEN [t0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END FROM ( SELECT [d].[Id], [d].[CountryId], [d].[CountryOfLicenseId], [d].[CountryOfResidence], [d].[DebutYear], [d].[FullName], [d].[Height], [d].[PhotoUrl], [d].[PlaceOfBirth], [d].[TeamId], [d].[Weight] FROM [Drivers] AS [d] ORDER BY [d].[Id] OFFSET @__TypedProperty_4 ROWS FETCH NEXT @__TypedProperty_5 ROWS ONLY ) AS [t] LEFT JOIN [Teams] AS [t0] ON [t].[TeamId] = [t0].[Id] LEFT JOIN [Countries] AS [c] ON [t].[CountryId] = [c].[Id] LEFT JOIN [Countries] AS [c0] ON [t].[CountryOfLicenseId] = [c0].[Id] ORDER BY [t].[Id] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Events] AS [e] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate] FROM [Events] AS [e] ORDER BY [e].[Id] OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Drivers] AS [d] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[@__TypedProperty_4='?' (DbType = Int32), @__TypedProperty_5='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [t0].[Name], [t0].[Id], [c].[Name], [c].[Id], CASE WHEN [c].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [c0].[Name], [c0].[Id], CASE WHEN [c0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [t].[Id], [t].[PhotoUrl], [t].[FullName], [t].[TeamId], [t].[CountryId], [t].[CountryOfResidence], [t].[PlaceOfBirth], [t].[DebutYear], [t].[Height], [t].[Weight], [t].[CountryOfLicenseId], CASE WHEN [t0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END FROM ( SELECT [d].[Id], [d].[CountryId], [d].[CountryOfLicenseId], [d].[CountryOfResidence], [d].[DebutYear], [d].[FullName], [d].[Height], [d].[PhotoUrl], [d].[PlaceOfBirth], [d].[TeamId], [d].[Weight] FROM [Drivers] AS [d] ORDER BY [d].[Id] OFFSET @__TypedProperty_4 ROWS FETCH NEXT @__TypedProperty_5 ROWS ONLY ) AS [t] LEFT JOIN [Teams] AS [t0] ON [t].[TeamId] = [t0].[Id] LEFT JOIN [Countries] AS [c] ON [t].[CountryId] = [c].[Id] LEFT JOIN [Countries] AS [c0] ON [t].[CountryOfLicenseId] = [c0].[Id] ORDER BY [t].[Id] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Events] AS [e] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate] FROM [Events] AS [e] ORDER BY [e].[Id] OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Drivers] AS [d] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[@__TypedProperty_4='?' (DbType = Int32), @__TypedProperty_5='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [t0].[Name], [t0].[Id], [c].[Name], [c].[Id], CASE WHEN [c].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [c0].[Name], [c0].[Id], CASE WHEN [c0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [t].[Id], [t].[PhotoUrl], [t].[FullName], [t].[TeamId], [t].[CountryId], [t].[CountryOfResidence], [t].[PlaceOfBirth], [t].[DebutYear], [t].[Height], [t].[Weight], [t].[CountryOfLicenseId], CASE WHEN [t0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END FROM ( SELECT [d].[Id], [d].[CountryId], [d].[CountryOfLicenseId], [d].[CountryOfResidence], [d].[DebutYear], [d].[FullName], [d].[Height], [d].[PhotoUrl], [d].[PlaceOfBirth], [d].[TeamId], [d].[Weight] FROM [Drivers] AS [d] ORDER BY [d].[Id] OFFSET @__TypedProperty_4 ROWS FETCH NEXT @__TypedProperty_5 ROWS ONLY ) AS [t] LEFT JOIN [Teams] AS [t0] ON [t].[TeamId] = [t0].[Id] LEFT JOIN [Countries] AS [c] ON [t].[CountryId] = [c].[Id] LEFT JOIN [Countries] AS [c0] ON [t].[CountryOfLicenseId] = [c0].[Id] ORDER BY [t].[Id] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Events] AS [e] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate] FROM [Events] AS [e] ORDER BY [e].[Id] OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Drivers] AS [d] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[@__TypedProperty_4='?' (DbType = Int32), @__TypedProperty_5='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [t0].[Name], [t0].[Id], [c].[Name], [c].[Id], CASE WHEN [c].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [c0].[Name], [c0].[Id], CASE WHEN [c0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [t].[Id], [t].[PhotoUrl], [t].[FullName], [t].[TeamId], [t].[CountryId], [t].[CountryOfResidence], [t].[PlaceOfBirth], [t].[DebutYear], [t].[Height], [t].[Weight], [t].[CountryOfLicenseId], CASE WHEN [t0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END FROM ( SELECT [d].[Id], [d].[CountryId], [d].[CountryOfLicenseId], [d].[CountryOfResidence], [d].[DebutYear], [d].[FullName], [d].[Height], [d].[PhotoUrl], [d].[PlaceOfBirth], [d].[TeamId], [d].[Weight] FROM [Drivers] AS [d] ORDER BY [d].[Id] OFFSET @__TypedProperty_4 ROWS FETCH NEXT @__TypedProperty_5 ROWS ONLY ) AS [t] LEFT JOIN [Teams] AS [t0] ON [t].[TeamId] = [t0].[Id] LEFT JOIN [Countries] AS [c] ON [t].[CountryId] = [c].[Id] LEFT JOIN [Countries] AS [c0] ON [t].[CountryOfLicenseId] = [c0].[Id] ORDER BY [t].[Id] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Events] AS [e] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate] FROM [Events] AS [e] ORDER BY [e].[Id] OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Drivers] AS [d] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (3ms) [Parameters=[@__TypedProperty_4='?' (DbType = Int32), @__TypedProperty_5='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [t0].[Name], [t0].[Id], [c].[Name], [c].[Id], CASE WHEN [c].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [c0].[Name], [c0].[Id], CASE WHEN [c0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [t].[Id], [t].[PhotoUrl], [t].[FullName], [t].[TeamId], [t].[CountryId], [t].[CountryOfResidence], [t].[PlaceOfBirth], [t].[DebutYear], [t].[Height], [t].[Weight], [t].[CountryOfLicenseId], CASE WHEN [t0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END FROM ( SELECT [d].[Id], [d].[CountryId], [d].[CountryOfLicenseId], [d].[CountryOfResidence], [d].[DebutYear], [d].[FullName], [d].[Height], [d].[PhotoUrl], [d].[PlaceOfBirth], [d].[TeamId], [d].[Weight] FROM [Drivers] AS [d] ORDER BY [d].[Id] OFFSET @__TypedProperty_4 ROWS FETCH NEXT @__TypedProperty_5 ROWS ONLY ) AS [t] LEFT JOIN [Teams] AS [t0] ON [t].[TeamId] = [t0].[Id] LEFT JOIN [Countries] AS [c] ON [t].[CountryId] = [c].[Id] LEFT JOIN [Countries] AS [c0] ON [t].[CountryOfLicenseId] = [c0].[Id] ORDER BY [t].[Id] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Drivers] AS [d] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[@__TypedProperty_4='?' (DbType = Int32), @__TypedProperty_5='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [t0].[Name], [t0].[Id], [c].[Name], [c].[Id], CASE WHEN [c].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [c0].[Name], [c0].[Id], CASE WHEN [c0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [t].[Id], [t].[PhotoUrl], [t].[FullName], [t].[TeamId], [t].[CountryId], [t].[CountryOfResidence], [t].[PlaceOfBirth], [t].[DebutYear], [t].[Height], [t].[Weight], [t].[CountryOfLicenseId], CASE WHEN [t0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END FROM ( SELECT [d].[Id], [d].[CountryId], [d].[CountryOfLicenseId], [d].[CountryOfResidence], [d].[DebutYear], [d].[FullName], [d].[Height], [d].[PhotoUrl], [d].[PlaceOfBirth], [d].[TeamId], [d].[Weight] FROM [Drivers] AS [d] ORDER BY [d].[Id] OFFSET @__TypedProperty_4 ROWS FETCH NEXT @__TypedProperty_5 ROWS ONLY ) AS [t] LEFT JOIN [Teams] AS [t0] ON [t].[TeamId] = [t0].[Id] LEFT JOIN [Countries] AS [c] ON [t].[CountryId] = [c].[Id] LEFT JOIN [Countries] AS [c0] ON [t].[CountryOfLicenseId] = [c0].[Id] ORDER BY [t].[Id] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Events] AS [e] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate] FROM [Events] AS [e] ORDER BY [e].[Id] OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Events] AS [e] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate] FROM [Events] AS [e] ORDER BY [e].[Id] OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Drivers] AS [d] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (1ms) [Parameters=[@__TypedProperty_4='?' (DbType = Int32), @__TypedProperty_5='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [t0].[Name], [t0].[Id], [c].[Name], [c].[Id], CASE WHEN [c].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [c0].[Name], [c0].[Id], CASE WHEN [c0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [t].[Id], [t].[PhotoUrl], [t].[FullName], [t].[TeamId], [t].[CountryId], [t].[CountryOfResidence], [t].[PlaceOfBirth], [t].[DebutYear], [t].[Height], [t].[Weight], [t].[CountryOfLicenseId], CASE WHEN [t0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END FROM ( SELECT [d].[Id], [d].[CountryId], [d].[CountryOfLicenseId], [d].[CountryOfResidence], [d].[DebutYear], [d].[FullName], [d].[Height], [d].[PhotoUrl], [d].[PlaceOfBirth], [d].[TeamId], [d].[Weight] FROM [Drivers] AS [d] ORDER BY [d].[Id] OFFSET @__TypedProperty_4 ROWS FETCH NEXT @__TypedProperty_5 ROWS ONLY ) AS [t] LEFT JOIN [Teams] AS [t0] ON [t].[TeamId] = [t0].[Id] LEFT JOIN [Countries] AS [c] ON [t].[CountryId] = [c].[Id] LEFT JOIN [Countries] AS [c0] ON [t].[CountryOfLicenseId] = [c0].[Id] ORDER BY [t].[Id] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Events] AS [e] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate] FROM [Events] AS [e] ORDER BY [e].[Id] OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Drivers] AS [d] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (1ms) [Parameters=[@__TypedProperty_4='?' (DbType = Int32), @__TypedProperty_5='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [t0].[Name], [t0].[Id], [c].[Name], [c].[Id], CASE WHEN [c].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [c0].[Name], [c0].[Id], CASE WHEN [c0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [t].[Id], [t].[PhotoUrl], [t].[FullName], [t].[TeamId], [t].[CountryId], [t].[CountryOfResidence], [t].[PlaceOfBirth], [t].[DebutYear], [t].[Height], [t].[Weight], [t].[CountryOfLicenseId], CASE WHEN [t0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END FROM ( SELECT [d].[Id], [d].[CountryId], [d].[CountryOfLicenseId], [d].[CountryOfResidence], [d].[DebutYear], [d].[FullName], [d].[Height], [d].[PhotoUrl], [d].[PlaceOfBirth], [d].[TeamId], [d].[Weight] FROM [Drivers] AS [d] ORDER BY [d].[Id] OFFSET @__TypedProperty_4 ROWS FETCH NEXT @__TypedProperty_5 ROWS ONLY ) AS [t] LEFT JOIN [Teams] AS [t0] ON [t].[TeamId] = [t0].[Id] LEFT JOIN [Countries] AS [c] ON [t].[CountryId] = [c].[Id] LEFT JOIN [Countries] AS [c0] ON [t].[CountryOfLicenseId] = [c0].[Id] ORDER BY [t].[Id] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Events] AS [e] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (1ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate] FROM [Events] AS [e] ORDER BY [e].[Id] OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Drivers] AS [d] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (1ms) [Parameters=[@__TypedProperty_4='?' (DbType = Int32), @__TypedProperty_5='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [t0].[Name], [t0].[Id], [c].[Name], [c].[Id], CASE WHEN [c].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [c0].[Name], [c0].[Id], CASE WHEN [c0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [t].[Id], [t].[PhotoUrl], [t].[FullName], [t].[TeamId], [t].[CountryId], [t].[CountryOfResidence], [t].[PlaceOfBirth], [t].[DebutYear], [t].[Height], [t].[Weight], [t].[CountryOfLicenseId], CASE WHEN [t0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END FROM ( SELECT [d].[Id], [d].[CountryId], [d].[CountryOfLicenseId], [d].[CountryOfResidence], [d].[DebutYear], [d].[FullName], [d].[Height], [d].[PhotoUrl], [d].[PlaceOfBirth], [d].[TeamId], [d].[Weight] FROM [Drivers] AS [d] ORDER BY [d].[Id] OFFSET @__TypedProperty_4 ROWS FETCH NEXT @__TypedProperty_5 ROWS ONLY ) AS [t] LEFT JOIN [Teams] AS [t0] ON [t].[TeamId] = [t0].[Id] LEFT JOIN [Countries] AS [c] ON [t].[CountryId] = [c].[Id] LEFT JOIN [Countries] AS [c0] ON [t].[CountryOfLicenseId] = [c0].[Id] ORDER BY [t].[Id] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Events] AS [e] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate] FROM [Events] AS [e] ORDER BY [e].[Id] OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Drivers] AS [d] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[@__TypedProperty_4='?' (DbType = Int32), @__TypedProperty_5='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [t0].[Name], [t0].[Id], [c].[Name], [c].[Id], CASE WHEN [c].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [c0].[Name], [c0].[Id], CASE WHEN [c0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [t].[Id], [t].[PhotoUrl], [t].[FullName], [t].[TeamId], [t].[CountryId], [t].[CountryOfResidence], [t].[PlaceOfBirth], [t].[DebutYear], [t].[Height], [t].[Weight], [t].[CountryOfLicenseId], CASE WHEN [t0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END FROM ( SELECT [d].[Id], [d].[CountryId], [d].[CountryOfLicenseId], [d].[CountryOfResidence], [d].[DebutYear], [d].[FullName], [d].[Height], [d].[PhotoUrl], [d].[PlaceOfBirth], [d].[TeamId], [d].[Weight] FROM [Drivers] AS [d] ORDER BY [d].[Id] OFFSET @__TypedProperty_4 ROWS FETCH NEXT @__TypedProperty_5 ROWS ONLY ) AS [t] LEFT JOIN [Teams] AS [t0] ON [t].[TeamId] = [t0].[Id] LEFT JOIN [Countries] AS [c] ON [t].[CountryId] = [c].[Id] LEFT JOIN [Countries] AS [c0] ON [t].[CountryOfLicenseId] = [c0].[Id] ORDER BY [t].[Id] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Drivers] AS [d] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[@__TypedProperty_4='?' (DbType = Int32), @__TypedProperty_5='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [t0].[Name], [t0].[Id], [c].[Name], [c].[Id], CASE WHEN [c].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [c0].[Name], [c0].[Id], CASE WHEN [c0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [t].[Id], [t].[PhotoUrl], [t].[FullName], [t].[TeamId], [t].[CountryId], [t].[CountryOfResidence], [t].[PlaceOfBirth], [t].[DebutYear], [t].[Height], [t].[Weight], [t].[CountryOfLicenseId], CASE WHEN [t0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END FROM ( SELECT [d].[Id], [d].[CountryId], [d].[CountryOfLicenseId], [d].[CountryOfResidence], [d].[DebutYear], [d].[FullName], [d].[Height], [d].[PhotoUrl], [d].[PlaceOfBirth], [d].[TeamId], [d].[Weight] FROM [Drivers] AS [d] ORDER BY [d].[Id] OFFSET @__TypedProperty_4 ROWS FETCH NEXT @__TypedProperty_5 ROWS ONLY ) AS [t] LEFT JOIN [Teams] AS [t0] ON [t].[TeamId] = [t0].[Id] LEFT JOIN [Countries] AS [c] ON [t].[CountryId] = [c].[Id] LEFT JOIN [Countries] AS [c0] ON [t].[CountryOfLicenseId] = [c0].[Id] ORDER BY [t].[Id] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Drivers] AS [d] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[@__TypedProperty_4='?' (DbType = Int32), @__TypedProperty_5='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [t0].[Name], [t0].[Id], [c].[Name], [c].[Id], CASE WHEN [c].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [c0].[Name], [c0].[Id], CASE WHEN [c0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [t].[Id], [t].[PhotoUrl], [t].[FullName], [t].[TeamId], [t].[CountryId], [t].[CountryOfResidence], [t].[PlaceOfBirth], [t].[DebutYear], [t].[Height], [t].[Weight], [t].[CountryOfLicenseId], CASE WHEN [t0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END FROM ( SELECT [d].[Id], [d].[CountryId], [d].[CountryOfLicenseId], [d].[CountryOfResidence], [d].[DebutYear], [d].[FullName], [d].[Height], [d].[PhotoUrl], [d].[PlaceOfBirth], [d].[TeamId], [d].[Weight] FROM [Drivers] AS [d] ORDER BY [d].[Id] OFFSET @__TypedProperty_4 ROWS FETCH NEXT @__TypedProperty_5 ROWS ONLY ) AS [t] LEFT JOIN [Teams] AS [t0] ON [t].[TeamId] = [t0].[Id] LEFT JOIN [Countries] AS [c] ON [t].[CountryId] = [c].[Id] LEFT JOIN [Countries] AS [c0] ON [t].[CountryOfLicenseId] = [c0].[Id] ORDER BY [t].[Id] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Drivers] AS [d] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[@__TypedProperty_4='?' (DbType = Int32), @__TypedProperty_5='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [t0].[Name], [t0].[Id], [c].[Name], [c].[Id], CASE WHEN [c].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [c0].[Name], [c0].[Id], CASE WHEN [c0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [t].[Id], [t].[PhotoUrl], [t].[FullName], [t].[TeamId], [t].[CountryId], [t].[CountryOfResidence], [t].[PlaceOfBirth], [t].[DebutYear], [t].[Height], [t].[Weight], [t].[CountryOfLicenseId], CASE WHEN [t0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END FROM ( SELECT [d].[Id], [d].[CountryId], [d].[CountryOfLicenseId], [d].[CountryOfResidence], [d].[DebutYear], [d].[FullName], [d].[Height], [d].[PhotoUrl], [d].[PlaceOfBirth], [d].[TeamId], [d].[Weight] FROM [Drivers] AS [d] ORDER BY [d].[Id] OFFSET @__TypedProperty_4 ROWS FETCH NEXT @__TypedProperty_5 ROWS ONLY ) AS [t] LEFT JOIN [Teams] AS [t0] ON [t].[TeamId] = [t0].[Id] LEFT JOIN [Countries] AS [c] ON [t].[CountryId] = [c].[Id] LEFT JOIN [Countries] AS [c0] ON [t].[CountryOfLicenseId] = [c0].[Id] ORDER BY [t].[Id] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Drivers] AS [d] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (1ms) [Parameters=[@__TypedProperty_4='?' (DbType = Int32), @__TypedProperty_5='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [t0].[Name], [t0].[Id], [c].[Name], [c].[Id], CASE WHEN [c].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [c0].[Name], [c0].[Id], CASE WHEN [c0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END, [t].[Id], [t].[PhotoUrl], [t].[FullName], [t].[TeamId], [t].[CountryId], [t].[CountryOfResidence], [t].[PlaceOfBirth], [t].[DebutYear], [t].[Height], [t].[Weight], [t].[CountryOfLicenseId], CASE WHEN [t0].[Id] IS NULL THEN CAST(1 AS bit) ELSE CAST(0 AS bit) END FROM ( SELECT [d].[Id], [d].[CountryId], [d].[CountryOfLicenseId], [d].[CountryOfResidence], [d].[DebutYear], [d].[FullName], [d].[Height], [d].[PhotoUrl], [d].[PlaceOfBirth], [d].[TeamId], [d].[Weight] FROM [Drivers] AS [d] ORDER BY [d].[Id] OFFSET @__TypedProperty_4 ROWS FETCH NEXT @__TypedProperty_5 ROWS ONLY ) AS [t] LEFT JOIN [Teams] AS [t0] ON [t].[TeamId] = [t0].[Id] LEFT JOIN [Countries] AS [c] ON [t].[CountryId] = [c].[Id] LEFT JOIN [Countries] AS [c0] ON [t].[CountryOfLicenseId] = [c0].[Id] ORDER BY [t].[Id] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (1ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] SELECT COUNT_BIG(*) FROM [Events] AS [e] info: Microsoft.EntityFrameworkCore.Database.Command[20101] Executed DbCommand (2ms) [Parameters=[@__TypedProperty_1='?' (DbType = Int32), @__TypedProperty_2='?' (DbType = Int32)], CommandType='Text', CommandTimeout='30'] SELECT [e].[Id], [e].[FeaturedImage], [e].[Name], [e].[Description], [e].[StartDate], [e].[EndDate] FROM [Events] AS [e] ORDER BY [e].[Id] OFFSET @__TypedProperty_1 ROWS FETCH NEXT @__TypedProperty_2 ROWS ONLY info: Microsoft.Hosting.Lifetime[0] Application is shutting down...