Skip to content

2.6.1

Choose a tag to compare

@AlekseyMartynov AlekseyMartynov released this 22 Feb 09:13
· 198 commits to master since this release
62237bc

Changelog

  • New option: DataSourceLoadOptionsBase.ExpandLinqSumType (#398).
    Resolves the overflow error for the SUM aggregate.
    Enabled by default for EF, EF Core 3, XPO.
  • Case-insensitive string comparison in DataSourceLoadContext.FullSelect (#400, #401, contributed by @SteveLemire)
  • Support Skip/Take with single-level grouping (#404, resolves https://devexpress.com/issue=T844633).
  • Two new options that may come in handy if you use DataSourceLoader in a library.
    For example... in DevExpress Blazor Components!
    • DataSourceLoadOptionsBase.AllowAsyncOverSync (#399).
    • DataSourceLoadOptionsBase.SortByPrimaryKey (#415).

Packages