Skip to content

Releases: PawelGerr/Thinktecture.EntityFrameworkCore

7.3.1

21 Oct 21:06
f7d03fa
Compare
Choose a tag to compare
  • Fix for window functions

7.3.0

21 Oct 14:06
38cf22d
Compare
Choose a tag to compare
  • SQL Server: added window functions (SUM, AVG, MAX, MIN)

7.2.2

05 Oct 19:11
cdd9587
Compare
Choose a tag to compare
  • Testing: ITestIsolationOptions.DeleteData uses entity name to identify the correct DbSet.

7.2.1

05 Oct 19:10
Compare
Choose a tag to compare
  • Testing: Dispose tx if locking fails

7.2.0

05 Oct 19:09
Compare
Choose a tag to compare
  • Testing: added retries to LockDatabase.

7.1.0

30 Mar 10:59
Compare
Choose a tag to compare
  • Ctor-Overload for SqlServerBulkInsertOrUpdateOptions to specify whether HoldLock is desired or not.

7.0.0

08 Mar 17:22
Compare
Choose a tag to compare
  • [obsolete] Removing conventions is supported by EF 7 now
  • [SQL Server integration testing] The database must be locked during migrations and tear down.
  • SQLite doesn't need AddSchemaRespectingComponents by default
  • SqlServerTestDbContextProviderBuilder doesn't set the default schema "tests" by default anymore
  • Implemented SqliteTestDbContextProviderFactory that creates new providers which operate on a clone of previously migrated database.
  • Removed "BulkDelete" and "BulkDeleteAsync" because EF 7 supports this feature natively.
  • Added additional ITestIsolationOptions which uses DELETE FROM instead of TRUNCATE

4.5.1

14 Feb 21:09
Compare
Choose a tag to compare
  • Fixed member comparison

4.5.0

07 Feb 19:02
Compare
Choose a tag to compare
  • Added table hint for INDEX(name)

4.3.0

04 Dec 16:47
Compare
Choose a tag to compare
  • Testing: more flexibility for cleanup with ITestIsolationOptions
  • Fixed BulkUpdate/BulkInsertOrUpdate for entities with auto increment.