Skip to content

Commit

Permalink
Merge pull request #346 from DataObjects-NET/6.0-query-root-reuse-issue
Browse files Browse the repository at this point in the history
Fixes issue of translation when query in some anonymous type property is used later on more than once
  • Loading branch information
alex-kulakov authored Nov 10, 2023
2 parents 3bcd0b4 + fbcf1e4 commit 3d1068f
Show file tree
Hide file tree
Showing 5 changed files with 3,071 additions and 58 deletions.
1 change: 1 addition & 0 deletions ChangeLog/6.0.12_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
[main] Addressed rare issue of entities expire management when SessionOption.NonTransactionalReads is on
[main] Fixed issue of skipping persist or query tasks during batching
[main] Improved error message when the entity user operates with is removed, now it contains type of entity
[main] Fixed query root (Query.All<T>()) reuse issue which might lead to bad columns mapping and exception
[sqlserver] Sql error messages for British English are correctly parsed
Loading

0 comments on commit 3d1068f

Please sign in to comment.