Skip to content

Commit 26660e4

Browse files
committed
Improve changelog
1 parent 262dcf3 commit 26660e4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ChangeLog/6.0.15_dev.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[main] SelectMany with result selector is explicitly not supported when applied after grouping (like .GroupBy(groupingFunc).SelectMany(grouping, selector))
2+
[main] Addressed issue of inability to delete colums (including such on rename or change type via column recreation) because of undeleted foreign key
3+
[mysql] Fixed milliseconds extraction for DateTime expressions in queries
4+
[mysql] Proper support for milliseconds v5.6+, already created columns will remain the same and new ones will have datetime(6) native type
5+
[bulkoperations] Fixed certain cases of wrong update statements for Firebird provider

0 commit comments

Comments
 (0)