Releases: SubSonic-Core/SubSonic.Core.DataAccessLayer
Releases · SubSonic-Core/SubSonic.Core.DataAccessLayer
Version 4.2.1
Resolves the following bugs:
#56 Select navigation property produces SELECT NULL
Version 4.2.0
The following enhancements are available in this release:
#52 DbContextOptionBuilder does not have any void methods left
#53 Member Initialization for NonEntity models is working
#50 Microsoft.Data.SqlClient is now in use for the .net standard libraries
Version v4.2.0-beta.1
The following enhancements are available in this release:
#52 DbContextOptionBuilder does not have any void methods left
#53 Member Initialization for NonEntity models is working
#50 Microsoft.Data.SqlClient is now in use for the .net standard libraries
Version 4.1.0
The following bugs were addressed in this release:
#33 ISubSonicCollections on models
#35 SharedDbConnectionScope was null after asynchronous call
the following enhancements were introduced:
#27 System.Linq and SubSonic.Linq can now work side by side.
#29 asynchronous enumeration
#37 LongCount Aggregate Method
#41 Min, Max, Sum and Average Aggregate Methods
#34 paging support implements asynchronous iterator
4.1.0 alpha 7
This release implements the following enhancements:
- #41 Aggregate Extension Methods
- #37 LongCount Aggregate Extension Method
- #29 asynchronous support
- #27 refactored so System.Linq and SubSonic.Linq can co-exist.
This release implements the following bug fixes:
- #35 SharedDbConnectionScope was sometimes null when the asynchronous iterator finished.
- #33 When creating a model the collections are not declared as ISubSonicCollection<>
4.1.0 alpha 2
This alpha release contains the following issues as they stand:
- #13 Compatibility with the ODataQueryOptions
- #27 Linq namespaces are now clean of duplicates and System.Linq and SubSonic.Linq can be used side by side.
4.1.0 alpha 1
This alpha release contains the following issues as they stand:
- #13 Compatibility with the ODataQueryOptions