Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S Svarog
  • 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 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Svarog4
  • Svarog
  • Merge requests
  • !10

Merged
Created Aug 11, 2025 by Aleksandar Gjorgjevski@a.gjorgjevskiDeveloper

Add support for GROUP BY and HAVING clauses for DbQueryObject

  • Overview 0
  • Commits 4
  • Changes 3

Extend the class DbQueryObject with two new attributes: groupByFields and havingCondition. Implement logic to include GROUP BY and HAVING clauses in the generated SQL query. Update DbQueryExpression to support the new changes. The need of this is because the DbQueryObject does not have an option to add GROUP BY and HAVING clauses to the generated SQL query.

Edited Aug 12, 2025 by Aleksandar Gjorgjevski
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feat/extend_dbqueryobject_groupby_having