Releases: Synnotech-AG/Synnotech.Linq2Db
Releases · Synnotech-AG/Synnotech.Linq2Db
7.0.0 .NET Framework Support
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
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
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
- 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 👯♂️
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)