Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Releases: linq2db/linq2db.EntityFrameworkCore

Release 3.9.5

18 Feb 14:26
07e70f8
Compare
Choose a tag to compare

Improved Identity fields detection.

Release 5.1.4

15 Feb 19:38
4ca3158
Compare
Choose a tag to compare

Fixed Stack Overflow when translating temporary table query.

Release 3.9.4

15 Feb 19:37
0f0387c
Compare
Choose a tag to compare

Fixed Stack Overflow when translating temporary table query.

Release 5.1.3

29 Jan 18:09
3ee892e
Compare
Choose a tag to compare

#103. Corrected expression tree transformation for IgnoreQueryFilters.

Release 3.9.3

29 Jan 18:09
4d166a3
Compare
Choose a tag to compare

#103. Corrected expression tree transformation for IgnoreQueryFilters.

Release 5.1.2

26 Jan 15:33
b1f6cd2
Compare
Choose a tag to compare

Corrected BulkCopyAsync function.

Release 3.9.2

26 Jan 15:33
7f193d9
Compare
Choose a tag to compare

Corrected BulkCopyAsync function.

Release 5.1.1

25 Jan 20:24
64c3fdb
Compare
Choose a tag to compare

Added respecting DbContext's CommandTimeout setting.

Release 3.9.1

25 Jan 20:23
8e886c1
Compare
Choose a tag to compare

Added respecting DbContext's CommandTimeout setting.

Release 5.1.0

14 Jan 14:50
65022b4
Compare
Choose a tag to compare

Fixed logging formatter.
Fixed missing query transformations.
Improved custom functions translation.