Skip to content

Commit 8d1fee3

Browse files
committed
Merge branch '6.0' into 6.0-core-tests-fixes
2 parents 5ab793e + 0f34a01 commit 8d1fee3

File tree

12 files changed

+2186
-677
lines changed

12 files changed

+2186
-677
lines changed

ChangeLog/6.0.5_Z_Final.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[main] EntitySet<T>.Prefetch() now re-fetches items in Client profile and in certain transaction isolation levels
2+
[main] Prefetch extension re-fetches EntitySet<T> items in Client profile and in certain transaction isolation levels
3+
[main] SessionScope is not derrived from Scope but stand alone class. Functionality remains the same.
4+
[main] Improved session activation mechanism to work with asynchronous Session opening
5+
[main] Fixed SimpleCommandProcessor internal command allocation issue which caused 'swollowing' of genuin exception
6+
[main] Fixed certain cases of incorrect temporary table column structure while using grouping
7+
[main] Correct command disposal by CommandProcessors
8+
[mysql] Updated client library package
9+
[log4net] Updated log4net package

Orm/Xtensive.Orm.MySql/Xtensive.Orm.MySql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<WarningLevel>2</WarningLevel>
1818
</PropertyGroup>
1919
<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
20-
<PackageReference Include="MySql.Data" Version="6.10.4" />
20+
<PackageReference Include="MySql.Data" Version="6.10.7" />
2121
</ItemGroup>
2222
<ItemGroup>
2323
<ProjectReference Include="..\Xtensive.Orm\Xtensive.Orm.csproj" />

0 commit comments

Comments
 (0)