From 2e23e60dad11b9925af544e02eeb1850340e6565 Mon Sep 17 00:00:00 2001 From: Laurents Meyer Date: Fri, 20 Oct 2023 20:35:19 +0200 Subject: [PATCH] Remove duplicate string entry. --- src/EFCore.Jet/Properties/JetStrings.resx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/EFCore.Jet/Properties/JetStrings.resx b/src/EFCore.Jet/Properties/JetStrings.resx index 5fc70de..911202e 100644 --- a/src/EFCore.Jet/Properties/JetStrings.resx +++ b/src/EFCore.Jet/Properties/JetStrings.resx @@ -171,10 +171,6 @@ Found type alias with name: {alias} which maps to underlying data type {dataType}. Debug JetEventId.TypeAliasFound string string - - - The property '{property}' on entity type '{entityType}' is of type 'byte', but is set up to use a SQL Server identity column; this requires that values starting at 255 and counting down will be used for temporary key values. A temporary key value is needed for every entity inserted in a single call to 'SaveChanges'. Care must be taken that these values do not collide with real key values. - Warning JetEventId.ByteIdentityColumnWarning string string A database type for column '{columnName}' on table '{tableName}' could not be found, the column will be skipped.