Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C CMS
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • CI
  • CMS
  • Repository
Switch branch/tag
  • cms
  • typo3
  • sysext
  • core
  • Classes
  • Database
  • QueryGenerator.php
Find file BlameHistoryPermalink
  • Oliver Bartsch's avatar
    [BUGFIX] Properly respect offset in QueryGenerator · b6ee2a25
    Oliver Bartsch authored Nov 09, 2021 and Christian Kuhn's avatar Christian Kuhn committed Nov 09, 2021
    The pagination feature in DB Check "Full search" did
    not work, since the defined offset was not added to
    the query.
    
    This is now fixed by checking for a comma separated
    string, which would therefore contain both an offset
    and the limit. In case both values are given, they are
    now properly added to the query.
    
    Resolves: #95922
    Releases: master, 10.4
    Change-Id: Id461b98a9818c3b55b34f93041a9c0950e68f634
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72095
    
    
    Tested-by: core-ci's avatarcore-ci <typo3@b13.com>
    Tested-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    Tested-by: Jochen's avatarJochen <rothjochen@gmail.com>
    Tested-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Reviewed-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    Reviewed-by: Jochen's avatarJochen <rothjochen@gmail.com>
    Reviewed-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    b6ee2a25