|
1 | 1 | [main] Upgrade hints change names of constructors' string parameters for better understanding of what suppose to be in them.
|
2 | 2 | [main] Improved string operations Trim/TrimStart/TrimEnd support
|
| 3 | +[main] Updated BitFaster.Caching to version 2.5.3 |
| 4 | +[firebird] Updated client library to version 10.3.2 |
3 | 5 | [mysql] SqlDml.NullIf function now correctly translated
|
4 | 6 | [mysql] Improved support for string.PadLeft/PadRight opertaions
|
| 7 | +[mysql] Updated client library to version 8.4.0 |
| 8 | +[postgresql] Updated client library to version 8.0.6 |
| 9 | +[postgresql] Improved .Milliseconds part translation for types that have the part |
| 10 | +[postgresql] Improved TimeSpan.TotalMilliseconds translation |
| 11 | +[postgresql] AppContext switch "Npgsql.EnableLegacyTimestampBehavior" is turned off if user hasn't set it before Domain build |
| 12 | +[postgresql] Both states of "Npgsql.EnableLegacyTimestampBehavior" AppContext switch are supported |
| 13 | +[postgresql] AppContext switch "Npgsql.DisableDateTimeInfinityConversions" is turned on if user hasn't set it before Domain build |
| 14 | +[postgresql] Supported both states of "Npgsql.DisableDateTimeInfinityConversions" AppContext switch, though "true" is recommended |
| 15 | +[postgresql] When infinity conversions are enabled, extra statements will be applied to certain operations to return expected results |
| 16 | +[postgresql] DateTime values '0001.01.01 00:00:00.00000' and '9999.12.31 23:59:59.99999' will be read as MinValue and MaxValue accordingly |
| 17 | +[postgresql] DateTimeOffset values '0001.01.01 00:00:00.00000+00:00' and '9999.12.31 23:59:59.99999+00:00' will be read as MinValue and MaxValue accordingly |
| 18 | +[postgresql] When legacy timestamp behavior is disabled, connection time zone is applied to DateTimeOffset values if possible, otherwise, to local one |
| 19 | +[postgresql] TimeSpans based on values lower than -9223372036854775800L and higher 92233720368547758xxL will be read as MinValue and MaxValue accordingly |
| 20 | +[oracle] Updated client library to version 23.7.0 |
5 | 21 | [sqlite] Fixed string.Lenght translation
|
6 |
| -[sqlite] Added support for string.PadLeft/PadRight operations |
| 22 | +[sqlite] Added support for string.PadLeft/PadRight operations |
| 23 | +[sqlserver] Updated client library to version 5.2.2 |
0 commit comments