Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

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