Releases: zzzprojects/EntityFramework-Extensions
Releases · zzzprojects/EntityFramework-Extensions
5.1.26
Download the library here
- FIXED: Issue with value returned in MySQL (only for .NET Standard version).
- FIXED: 6.0 Preview 2 - BulkInsert GIS Data #403
- FIXED: Issue in EF Core for a rare scenario when a
ModificationCommand
was already existing - FIXED: Issue in EF Core 6 preview 2 with converter
Trial unlocked until the end of April
5.1.25
5.1.24
5.1.23
5.1.22
Download the library here
- ADDED:
TemporaryTableCreate
to create the temporary table when specifying aTemporaryTableName
- ADDED: Support to ModelCacheKey in EF6 for when we retrieve the model (example: https://entityframework.net/knowledge-base/30095663/emit-dbcontext-onmodelcreating-on-every-context-creation)
- FIXED: BulkInsert throws InvalidCastException with EnumToStringConverter for in-memory database #398
Trial unlocked until the end of March
5.1.21
5.1.20
Download the library here
- ADDED: Method
Z.BulkOperations.InformationSchemaManager.GetTable(connection, "tableName");
to retrieve some information that our library uses - ADDED: Support to
InsertFromQuery(x => x)
for EF6 (InsertFromQuery Error when combined with select #341)
Trial unlocked until the end of March