|
1 | 1 | [main] Fixed possible cases of broken serialization due to comparers
|
2 | 2 | [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 |
5 | 16 | [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 |
7 | 23 | [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