aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/OffsetBasedPagination.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* SONAR-20315 use pagination.offset in all paginated sql queries, and remove th...Pierre2023-09-291-5/+0
* SONAR-20315 update scim queries, introduce OffsetBasedPaginationPierre2023-09-281-0/+89