-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy path6.0.4_Z_Final.txt
More file actions
12 lines (12 loc) · 1.04 KB
/
6.0.4_Z_Final.txt
File metadata and controls
12 lines (12 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
[main] Session.SelectStorageNode() marked as obsolete
[main] Removed obsolete static Session.Open() methods
[main] Domain.OpenSessionAsync() methods can only open a session to default storage node now
[main] Introduced StorageNode.OpenSession() and StorageNode.OpenSessionAsync() method sets to open sessions to the node
[main] Fixed issue when DirectPersistentAccessor.SetReferenceKey() was unable to set reference for saved Entities
[main] Hints which path became irrelevant during upgrade actions generation no longer cause error
[main] Fixed certain translation issues of interface members usage for non-perstent types initialization within queries
[main] Improved translation of certain subqueries used in LINQ
[main] Ported changes of DO 5.0 which were missing (from 5.0.18 up to 5.0.21)
[postgresql] Retuned support for DateTimeOffsets
[postgresql] Fixed issue when certain DateTimeOffsets operations result couldn't be used for parts extraction e.g. TotalMilliseconds
[bulkoperations] Addressed wrong table alias assignment issue for Bulk Update and Bulk Delete