Skip to content

Commit b0ee53d

Browse files
committed
Improve changelog
1 parent b4d8340 commit b0ee53d

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

ChangeLog/6.0.6_dev.txt

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
11
[main] Fixed possible cases of broken serialization due to comparers
22
[main] Fixed rare cases of insert wrong data into some table columns for SingleTable hierarchies
3-
[sqlserver] Fixed incorrect DateTimeOffset.Date part extraction
4-
[sqlserver] Improved translation of DateTimeOffset.LocalDateTime and DateTimeOffset.TimeOfDay parts extraction
3+
[main] Exception message about unsupported by storage type became more informative
4+
[firebird] Another error code that means unique contraint violation is treated correctly
5+
[firebird] Improved Float and Double constants formatting
6+
[firebird] Improved work with DateTime query parameters
7+
[firebird] Fixed column's default value extraction
8+
[mysql] Another error code that means unique contraint violation is treated correctly
9+
[mysql] Fixed DateTime.DayOfWeek translation
10+
[oracle] Changed NULLs ordering settings. Now order is the same as in .NET
11+
[oracle] Improved resolution of TimeSpan literal values on translation
12+
[oracle] Starting from v11 schema names don't have to be in upper-case as storage allowes names in any case
13+
[oracle] Improved translation of Math.Ceiling(), Math.Truncate() and Math.Floor()
14+
[oracle] Fixed byte array fields comparison translation e.g. in Where statements
15+
[oracle] Improved translation of DateTimeOffset's LocalDateTime, ToLocalTime() and ToUniversalTime() members
516
[postgresql] Improved performance of First(), FirstOrDefault() being subqueries
6-
[postgresql] Improved translation of Math.Ceiling(), Math.Truncate() and Math.Floor()
17+
[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
19+
[sqlite] Fixed some foreign key extraction issues
20+
[sqlite] Improved work with DateTime query parameters
21+
[sqlserver] Fixed incorrect DateTimeOffset.Date part extraction
22+
[sqlserver] Improved translation of DateTimeOffset' LocalDateTime and TimeOfDay members
723
[reprocessing] ExecuteActionStrategy.Execute doesn't get external session though Session.Current at all
8-
[reprocessing] Introduced DomainExtension.WithSession and IExecuteConfiguration WithSession methods to pass external session
24+
[reprocessing] Introduced DomainExtension.WithSession() and IExecuteConfiguration.WithSession() methods to pass external session

0 commit comments

Comments
 (0)