mayorovp
mayorovp
Ok, let me explain my test case. Look at this code: ``` db.EfParents.Where(p => ComputedSample()).Decompile().Load(); ``` This code works as expected but does not load children. Let's try to add...
PS ComputeDoubleIncludeDecompileNotFail is just a test of recursion.
No, this changes cannot resolve #38. Because EF use this code for third-party IQueryable providers: ``` private static T CommonInclude(T source, string path) { DebugCheck.NotNull((object)source); var includeMethod = source.GetType().GetRuntimeMethod( "Include",...
Sorry, i misunderstood #38 because it was just a link to some comment in other PR. Yes, my changes resolves this issue: > Unfortunately moving Decompile to the end is...
@txavier if someone [re]write tests...
@hazzik enabled
You can write you own function and mark it with `[DbFunction("Edm", "DiffDays")]` attribute
No, i have no typeCode variable neither in route values dictionary nor in query string parameters. I have urls like /Process/Show/123 - and i need to make tree like this:...
I found another way (node keys and explicit node selection logic) - but i want do it right way, without any hacks or extra URL parts.
PS It is not a question, it is a feature request