Skip to content

Commit 20f76c5

Browse files
committed
Merge branch '7.1'
# Conflicts: # Version.props
2 parents 9529220 + 2b0db90 commit 20f76c5

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

ChangeLog/6.0.15_Z_Final.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[main] Addressed certain issues with nullable DateTimeOffset values
2+
[main] SelectMany with result selector is explicitly not supported when applied after grouping (like .GroupBy(groupingFunc).SelectMany(grouping, selector))
3+
[main] Addressed issue of inability to delete colums (including such on rename or change type via column recreation) because of undeleted foreign key
4+
[main] Improved compatibility with non-windows runtimes
5+
[main] Fixed inability to detect certain parameterizable parts within cached queries (Query.Execute()/.ExecuteDelayed()/ExecuteFuture() groups of methods)
6+
[mysql] Fixed milliseconds extraction for DateTime expressions in queries
7+
[mysql] Proper support for milliseconds v5.6+, already created columns will remain the same and new ones will have datetime(6) native type
8+
[mysql] Improved compatibility with non-windows runtimes
9+
[postgresql] Improved compatibility with non-windows runtimes
10+
[bulkoperations] Fixed certain cases of wrong update statements for Firebird provider
11+
[reprocessing] Improved compatibility with non-windows runtimes

ChangeLog/7.0.7_Z_Final.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[main] Addressed certain issues with nullable DateTimeOffset values
2+
[main] SelectMany with result selector is explicitly not supported when applied after grouping (like .GroupBy(groupingFunc).SelectMany(grouping, selector))
3+
[main] Addressed issue of inability to delete column (including such on rename or change type via column recreation) because of undeleted foreign key
4+
[main] Improved compatibility with non-windows runtimes
5+
[main] Fixed inability to detect certain parameterizable parts within cached queries (Query.Execute()/.ExecuteDelayed()/ExecuteFuture() groups of methods)
6+
[mysql] Fixed milliseconds extraction for DateTime expressions in queries
7+
[mysql] Proper support for milliseconds v5.6+, already created columns will remain the same and new ones will have datetime(6) native type
8+
[mysql] Improved compatibility with non-windows runtimes
9+
[postgresql] Improved compatibility with non-windows runtimes
10+
[bulkoperations] Fixed certain cases of wrong update statements for Firebird provider
11+
[reprocessing] Improved compatibility with non-windows runtimes

ChangeLog/7.1.6_Z_Final.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[main] Addressed certain issues with nullable DateTimeOffset values
2+
[main] SelectMany with result selector is explicitly not supported when applied after grouping (like .GroupBy(groupingFunc).SelectMany(grouping, selector))
3+
[main] Addressed issue of inability to delete column (including such on rename or change type via column recreation) because of undeleted foreign key
4+
[main] Improved compatibility with non-windows runtimes
5+
[main] Fixed inability to detect certain parameterizable parts within cached queries (Query.Execute()/.ExecuteDelayed()/ExecuteFuture() groups of methods)
6+
[mysql] Fixed milliseconds extraction for DateTime expressions in queries
7+
[mysql] Proper support for milliseconds v5.6+, already created columns will remain the same and new ones will have datetime(6) native type
8+
[mysql] Improved compatibility with non-windows runtimes
9+
[postgresql] For PostgreSQL 13+ apply 'trim_scale' function to results of aggregation to improve compatibility with .NET decimal
10+
[postgresql] Improved compatibility with non-windows runtimes
11+
[bulkoperations] Fixed certain cases of wrong update statements for Firebird provider
12+
[reprocessing] Improved compatibility with non-windows runtimes

0 commit comments

Comments
 (0)