Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • EPJ Frageboegeli EPJ Frageboegeli
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Markus Gachnang
  • EPJ FrageboegeliEPJ Frageboegeli
  • Issues
  • #124

Closed
Open
Created Apr 13, 2019 by Markus Gachnang@GachnangMaintainer

PaginationFilter

Im Moment hat der PaginationFilter mehrere Probleme:

warn: Microsoft.EntityFrameworkCore.Query[10102] Query: '(from AccountEntity entity in DbSet where (from KeyValuePair<string, string> filter ...' uses a row limiting operation (Skip/Take) without OrderBy which may lead to unpredictable results.

warn: Microsoft.EntityFrameworkCore.Query[20500] The LINQ expression 'where {__selector_Filter_0 => All(FilterPredicate(__properties_1, [entity], [filter]))}' could not be translated and will be evaluated locally.

warn: Microsoft.EntityFrameworkCore.Query[20500] The LINQ expression 'All(FilterPredicate(__properties_1, [entity], [filter]))' could not be translated and will be evaluated locally.

warn: Microsoft.EntityFrameworkCore.Query[20500] The LINQ expression 'Skip(__p_2)' could not be translated and will be evaluated locally.

warn: Microsoft.EntityFrameworkCore.Query[20500] The LINQ expression 'Take(__p_3)' could not be translated and will be evaluated locally.

Unterscheidung zwischen Pagination/Order (Default Order einbauen) und Filter (welche nach SQL translated werden kann).

Lokale evaluation sollte ganz vermieden werden!

Assignee
Assign to
Time tracking