Skip to content

Commit fa9b76f

Browse files
committed
Improve changelog
1 parent d16daf8 commit fa9b76f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ChangeLog/6.0.15_dev.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[main] Addressed certain issues with nullable DateTimeOffset values
22
[main] SelectMany with result selector is explicitly not supported when applied after grouping (like .GroupBy(groupingFunc).SelectMany(grouping, selector))
33
[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)
46
[mysql] Fixed milliseconds extraction for DateTime expressions in queries
57
[mysql] Proper support for milliseconds v5.6+, already created columns will remain the same and new ones will have datetime(6) native type
6-
[bulkoperations] Fixed certain cases of wrong update statements for Firebird provider
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

0 commit comments

Comments
 (0)