Skip to content

Commit 80dd482

Browse files
committed
Improve changelog
1 parent b2d70fc commit 80dd482

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

ChangeLog/7.2.0-Beta-2-dev.txt

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
[main] Upgrade hints change names of constructors' string parameters for better understanding of what suppose to be in them.
22
[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
35
[mysql] SqlDml.NullIf function now correctly translated
46
[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
521
[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

Comments
 (0)