|
2 | 2 | [main] Fixed rare cases of insert wrong data into some table columns for SingleTable hierarchies
|
3 | 3 | [main] Exception message about unsupported by storage type became more informative
|
4 | 4 | [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 |
6 | 6 | [firebird] Improved work with DateTime query parameters
|
7 |
| -[firebird] Fixed column's default value extraction |
| 7 | +[firebird] Fixed columns' default value extraction |
8 | 8 | [mysql] Another error code that means unique contraint violation is treated correctly
|
9 | 9 | [mysql] Fixed DateTime.DayOfWeek translation
|
10 | 10 | [oracle] Changed NULLs ordering settings. Now order is the same as in .NET
|
|
15 | 15 | [oracle] Improved translation of DateTimeOffset's LocalDateTime, ToLocalTime() and ToUniversalTime() members
|
16 | 16 | [postgresql] Improved performance of First(), FirstOrDefault() being subqueries
|
17 | 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 |
| 18 | +[postgresql] Skip Commit/Rollback operations for already completed transaction to prevent exception overlaping |
19 | 19 | [sqlite] Fixed some foreign key extraction issues
|
20 | 20 | [sqlite] Improved work with DateTime query parameters
|
21 | 21 | [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 |
23 | 23 | [reprocessing] ExecuteActionStrategy.Execute doesn't get external session though Session.Current at all
|
24 | 24 | [reprocessing] Introduced DomainExtension.WithSession() and IExecuteConfiguration.WithSession() methods to pass external session
|
0 commit comments