Update DatabaseExtensions.cs

This commit is contained in:
Jamie Rees 2024-07-08 20:26:41 +01:00 committed by GitHub
commit 542fdbd8f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -171,6 +171,7 @@ namespace Ombi.Extensions
{ {
b.EnableRetryOnFailure(); b.EnableRetryOnFailure();
}).ReplaceService<ISqlGenerationHelper, NpgsqlCaseInsensitiveSqlGenerationHelper>(); }).ReplaceService<ISqlGenerationHelper, NpgsqlCaseInsensitiveSqlGenerationHelper>();
}
private static ServerVersion GetServerVersion(string connectionString) private static ServerVersion GetServerVersion(string connectionString)
{ {