Releases: artiomchi/FlexLabs.Upsert
Releases · artiomchi/FlexLabs.Upsert
v2.0.2
- Added support for basic type conversions and modulo operator in expressions
v2.0.1
- Adding support for EF 2.1 Type Conversions
- Adding support for static property/field accessors (e.g. DateTime.Now)
- Explicitly throwing an exception when using identity keys as upsert match columns (since it wouldn't have worked correctly anyway)
v2.0.0
- Adding support for upserting multiple entities using
UpsertRange
- Adding the InMemory and Sqlite database providers
- Moving the extension methods to the
Microsoft.EntityFrameworkCore
namespace
v1.1.0
release/v1/1.1.0 * Preparing for v2 release, marking older methods as obsolete
v1.0.4
release/v1/1.0.4 Merge branch 'develop'