Expose EnsureStableOrdering property in ODataSettings object#238
Expose EnsureStableOrdering property in ODataSettings object#238BlaiseD merged 4 commits intoAutoMapper:masterfrom
Conversation
- Add possibility of disabling default order by clause.
|
I propose staying with Or what am I missing? |
|
Thanks for the quick feedback. FYI, I added EnsureStableOrdering because it is an already existing property of the OData object ODataQuerySettings. But I'll try your suggestion. |
…aryKey To fix the problem, I fix the code where ordering by primary key was added even when AlwaysSortByPrimaryKey was disabled.
|
@BlaiseD I followed your suggestion and it seems to work and there is less changed code. The only thing that I'm not sure is that by using |
Yep - looks like an oversight - and I agree |
|
@BlaiseD Could you please provide an ETA for the next release? This will help me plan accordingly with my team. |
Changes
Why
Because in our application we need to disable EnsureStableOrdering in a specific query to improve performance.