dataobjects-net
dataobjects-net copied to clipboard
I am in the same team as the person who created this issue : https://github.com/DataObjects-NET/dataobjects-net/issues/340. We thought the problem would disappear after migrating to .NET8 but we're still having it...
DO 7.1.4 Sample Second query translated with wrong table alias for field [Name] Forth query throw translation exception In production we got another behaviour, exception not thrown but SQL use...
Recent .NET versions introduced a bunch of new methods on `Queryable`, which are not currently recognized by DO ### .NET 6: [MaxBy](https://learn.microsoft.com/en-us/dotnet/api/system.linq.queryable.maxby) [MinBy](https://learn.microsoft.com/en-us/dotnet/api/system.linq.queryable.minby) ### .NET 7 [Order](https://learn.microsoft.com/en-us/dotnet/api/system.linq.queryable.order) [OrderDescending](https://learn.microsoft.com/en-us/dotnet/api/system.linq.queryable.orderdescending) etc. It'd...
This is test, associated with https://github.com/DataObjects-NET/dataobjects-net/issues/402 issue
Linked to issue #440
It seems like `SessionAccessor.TransactionScope` is linking to itself instead of `ScopeIdentifier`. We had some issues on our end when the application crashed, and it seems like this is the reason....
Hi there DO 7.1.5 When entity created and SaveChanges not triggered and exception thrown on query translation ``` internal class Program { private static void Main(string[] args) { var currentConnection...