Skip to content

Releases: zzzprojects/EntityFramework-Effort

v2.2.5

25 Oct 10:50
Compare
Choose a tag to compare

MODIFIED: Return value types from DbConnectionFactory methods #186

v2.2.4

01 Oct 00:51
Compare
Choose a tag to compare

FIXED: Load CSV data for same table name (different structure) in different schema #178

v2.2.3

16 Sep 17:54
Compare
Choose a tag to compare

FIXED: Add Oracle number #179

v2.2.2

13 Aug 13:26
Compare
Choose a tag to compare

FIXED: Issue with Case Insensitive and method such as StartsWith, Like, EndsWith

v2.2.1

25 Jul 18:53
Compare
Choose a tag to compare

ADDED: Added support to EF6 6.3-Preview7 with .NET Standard 2.1

v2.1.1

25 Jun 13:24
Compare
Choose a tag to compare
  • MERGED: fixes #169 by adding oracle XMLTYPE to provider manifest #170

v2.1.0.1

26 Mar 03:43
Compare
Choose a tag to compare
  • MERGED: feat: add schema to filename export #167

v2.1.0

09 Mar 16:49
Compare
Choose a tag to compare
  • 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

07 Jan 21:28
Compare
Choose a tag to compare
  • ADDED: EffortConnection.SetConnectionTimeout(int value) method to specify a connection timeout (Also used to set TransactionTimeout).

v2.0.4

18 Dec 20:40
Compare
Choose a tag to compare
  • FIXED: DbManager.SetIdentityFields(false) doesn't work for Guids #144