Skip to content

Releases: Synnotech-AG/Synnotech.Linq2Db

7.0.0 .NET Framework Support

06 Sep 14:00
Compare
Choose a tag to compare

Synnotech.Linq2Db 7.0.0

  • added support for linq2db 4.2
  • there is now a dedicated framework target for .NET 4.6.2, to avoid MissingMethodExceptions for DataConnection.DisposeAsync
  • the IInitializeAsync infrastructure from Synnotech.Core is now used instead of the old custom one

Transaction for AsyncReadOnlySession

08 Oct 06:49
d868823
Compare
Choose a tag to compare

Synntech.Linq2Db 6.0.0

  • added support for linq2db 3.4.5
  • the AsyncReadOnlySession can now have a transaction (breaking change)

Synnotech.DatabaseAbstractions 3.0.0

08 Oct 06:43
3ef8a9f
Compare
Choose a tag to compare

Synnotech.Linq2Db 5.0.0

  • added support for linq2db 3.4.3 and (breaking change) Synnotech.DatabaseAbstractions 3.0.0
  • read-only sessions and transactional sessions can now be created via ISessionFactory<T>

4.0.0 Agnostic MS SQL Data Provider

15 Jun 11:53
Compare
Choose a tag to compare
  • removed dependency on Microsoft.Data.SqlClient
  • added option to use System.Data.SqlClient as the underyling provider
  • these are breaking changes that require you to at least recompile your project

3.0.0 Agnostic Package 👯‍♂️

01 Jun 06:27
Compare
Choose a tag to compare

Synnotech.Linq2Db 3.0.0

  • introduced new Synnotech.Linq2Db project that is database-agnostic and implements Synnotech.DatabaseAbstractions 2.x
  • this repo is a mono repo for all additional integration packages (currently only Synnotech.Linq2Db.MsSqlServer)