Skip to content

Releases: SubSonic-Core/SubSonic.Core.DataAccessLayer

Version 4.2.1

22 Jul 00:23
3c72c8d
Compare
Choose a tag to compare

Resolves the following bugs:

#56 Select navigation property produces SELECT NULL

Version 4.2.0

21 Jul 21:58
fbe5833
Compare
Choose a tag to compare

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

19 Jul 07:30
ccf1dfc
Compare
Choose a tag to compare
Version v4.2.0-beta.1 Pre-release
Pre-release

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

14 Jul 00:34
Compare
Choose a tag to compare

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

11 Jul 03:34
Compare
Choose a tag to compare
4.1.0 alpha 7 Pre-release
Pre-release

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

06 Jul 06:24
5ae89eb
Compare
Choose a tag to compare
4.1.0 alpha 2 Pre-release
Pre-release

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

04 Jul 04:38
Compare
Choose a tag to compare
4.1.0 alpha 1 Pre-release
Pre-release

This alpha release contains the following issues as they stand:

  • #13 Compatibility with the ODataQueryOptions