aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/OffsetBasedPagination.java
Commit message (Collapse)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 ↵Pierre2023-09-291-5/+0
| | | | the concept of startRowNumber
* SONAR-20315 update scim queries, introduce OffsetBasedPaginationPierre2023-09-281-0/+89