Skip to content

Commit

Permalink
#615 revert copying _entityDescriptors for MappingSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
ili committed Apr 23, 2017
1 parent f5f8c9c commit 534f4c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Mapping/MappingSchema.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ public MappingSchema(string configuration, params MappingSchema[] schemas)
ValueToSqlConverter = new ValueToSqlConverter(baseConverters.OrderBy(_ => _.Value).Select(_ => _.Key).ToArray());
}

if (schemas != null && schemas.Length > 0)
_entityDescriptors = schemas[0]._entityDescriptors;
//if (schemas != null && schemas.Length > 0)
// _entityDescriptors = schemas[0]._entityDescriptors;
}

internal readonly MappingSchemaInfo[] Schemas;
Expand Down

0 comments on commit 534f4c7

Please sign in to comment.