Releases: PawelGerr/Thinktecture.EntityFrameworkCore
Releases · PawelGerr/Thinktecture.EntityFrameworkCore
9.2.1
- Bugfix:
SqlCommand
must be associated with tx manually
9.2.0
- Added overloads of
BulkInsert*IntoTempTableAsync
to insert into existing temp table.
8.4.0
- Added overloads of
BulkInsert*IntoTempTableAsync
to insert into existing temp table.
9.1.0
- SQLite: execute bulk operations within a transaction, otherwise SQLite will start a new transaction for every statement
8.3.0
- SQLite: execute bulk operations within a transaction, otherwise SQLite will start a new transaction for every statement
8.1.0
- Added generic window function
7.4.0
- Added generic window function