Skip to content

Releases: PawelGerr/Thinktecture.EntityFrameworkCore

10.0.2

22 Feb 10:51
270799a

Choose a tag to compare

  • [SQL Server] Escape column name when build "CREATE PK" statement

10.1.0-beta02

20 Feb 10:09
630d9a4

Choose a tag to compare

10.1.0-beta02 Pre-release
Pre-release
  • Fix for postgres (NpgsqlSqlNullabilityProcessor)

10.1.0-beta01

20 Feb 10:06
30ecf3b

Choose a tag to compare

10.1.0-beta01 Pre-release
Pre-release
  • Feature: bulk insert/update from query
  • Added support for postgres (experimental)

10.0.1

20 Feb 10:05
4dadfeb

Choose a tag to compare

  • new project/package "Thinktecture.EntityFrameworkCore.Sqlite.Core"

10.0.0

11 Nov 21:21
c6c8904

Choose a tag to compare

  • BREAKING: removed extension method LeftJoin because EF supports it natively
  • [SQL Server] Set precision and scale of temp tables and scalar collections with decimals to 38,18 if the decimal columns have to precision defined

9.2.1

22 Jan 20:33
20e2993

Choose a tag to compare

  • Bugfix: SqlCommand must be associated with tx manually

9.2.0

06 Jan 16:05
0b90b81

Choose a tag to compare

  • Added overloads of BulkInsert*IntoTempTableAsync to insert into existing temp table.

8.4.0

06 Jan 16:04
10ebb55

Choose a tag to compare

  • Added overloads of BulkInsert*IntoTempTableAsync to insert into existing temp table.

9.1.0

04 Dec 20:07
0f19228

Choose a tag to compare

  • SQLite: execute bulk operations within a transaction, otherwise SQLite will start a new transaction for every statement

8.3.0

04 Dec 20:07
8db9cc7

Choose a tag to compare

  • SQLite: execute bulk operations within a transaction, otherwise SQLite will start a new transaction for every statement