Releases: zzzprojects/EntityFramework-Effort
Releases · zzzprojects/EntityFramework-Effort
v2.2.5
v2.2.4
v2.2.3
v2.2.2
FIXED: Issue with Case Insensitive and method such as StartsWith
, Like
, EndsWith
v2.2.1
ADDED: Added support to EF6 6.3-Preview7 with .NET Standard 2.1
v2.1.1
v2.1.0.1
v2.1.0
- ADDED:
EntityFrameworkEffortManager.UseDefaultForNotNullable
to set a default value (or empty string) for a not nullable column that will be inserted/updated with a null value.
v2.0.5
- ADDED:
EffortConnection
.SetConnectionTimeout(int value)
method to specify a connection timeout (Also used to setTransactionTimeout
).