bdebaere
bdebaere
@xuzhg I agree with @mitselplik that the default HasKey extension method should take into account the column ordering specified in order of priority: 1. via the order given by the...
@freeranger It must have indeed been something with the order of the middlewares. Either that or I was passing a bad JWT token, which leads me to this. It works...
Note that I'm unsure whether registering the type as a PrimitiveType is how you saw the implementation. I'm also unsure about what kind of test cases, if any, you'd like...
Also requires ` new KeyValuePair(typeof(Dictionary), GetPrimitiveType(EdmPrimitiveTypeKind.DictionaryOfStringString)),` in Microsoft.AspNet.OData.Shared\Formatter\EdmLibHelpers.cs.
@mikepizzo Can you give me some points on how to proceed with this please?
@adzhilyanov I'd be happy to merge, I haven't gotten around to it yet.
Copied from my StackOverflow post. > Consider the following table design... > > ``` > Order > Id UNIQUEIDENTIFIER > > OrderLine > Id UNIQUEIDENTIFIER > OrderId UNIQUEIDENTIFIER > >...