Skip to content

Commit a80dc77

Browse files
committed
Improve changelog
1 parent b0ee53d commit a80dc77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ChangeLog/6.0.6_dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
[main] Fixed rare cases of insert wrong data into some table columns for SingleTable hierarchies
33
[main] Exception message about unsupported by storage type became more informative
44
[firebird] Another error code that means unique contraint violation is treated correctly
5-
[firebird] Improved Float and Double constants formatting
5+
[firebird] Improved formatting for Float and Double constants within queries
66
[firebird] Improved work with DateTime query parameters
7-
[firebird] Fixed column's default value extraction
7+
[firebird] Fixed columns' default value extraction
88
[mysql] Another error code that means unique contraint violation is treated correctly
99
[mysql] Fixed DateTime.DayOfWeek translation
1010
[oracle] Changed NULLs ordering settings. Now order is the same as in .NET
@@ -15,10 +15,10 @@
1515
[oracle] Improved translation of DateTimeOffset's LocalDateTime, ToLocalTime() and ToUniversalTime() members
1616
[postgresql] Improved performance of First(), FirstOrDefault() being subqueries
1717
[postgresql] Improved translation of Math.Ceiling(), Math.Truncate() and Math.Floor() methods
18-
[postgresql] Skip Commit/Rollback operations on already completed transaction to prevent exception overlaping
18+
[postgresql] Skip Commit/Rollback operations for already completed transaction to prevent exception overlaping
1919
[sqlite] Fixed some foreign key extraction issues
2020
[sqlite] Improved work with DateTime query parameters
2121
[sqlserver] Fixed incorrect DateTimeOffset.Date part extraction
22-
[sqlserver] Improved translation of DateTimeOffset' LocalDateTime and TimeOfDay members
22+
[sqlserver] Improved translation of DateTimeOffset's LocalDateTime and TimeOfDay members
2323
[reprocessing] ExecuteActionStrategy.Execute doesn't get external session though Session.Current at all
2424
[reprocessing] Introduced DomainExtension.WithSession() and IExecuteConfiguration.WithSession() methods to pass external session

0 commit comments

Comments
 (0)