Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: move SqlBuilder to own module #19348

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

luciano-fiandesio
Copy link
Contributor

PR Description

In preparation to use the SqlBuilder in other modules outside of Analytics, moved the SqlBuilder interface and the implementations to a dedicated new module dhis-support-sql.

Details

  • Created a new module dhis-support-sql under dhis-support
  • Add module to pom.xml files
  • Extracted some methods from org.hisp.dhis.analytics.table.setting.AnalyticsTableSettings into a new class SqlBuilderSettings, to avoid a cyclic dependency between analytics and the new module

@maikelarabori maikelarabori added the run-api-analytics-tests Enables analytics e2e tests label Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-api-analytics-tests Enables analytics e2e tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants