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

Solve to SqlAction in DbConstraintSolver using SqlActionBuilder #893

Merged
merged 25 commits into from
Feb 20, 2024

Conversation

agusaldasoro
Copy link
Collaborator

@agusaldasoro agusaldasoro commented Feb 1, 2024

Refactor DbConstraintSolver to return a list of SqlAction instead of a string

@agusaldasoro agusaldasoro marked this pull request as ready for review February 6, 2024 12:41
@agusaldasoro agusaldasoro changed the title Solve to SqlAction using SqlActionBuilder Solve to SqlAction in DbConstraintSolver using SqlActionBuilder Feb 6, 2024
@@ -35,6 +35,16 @@
<groupId>org.evomaster</groupId>
<artifactId>evomaster-client-java-sql</artifactId>
</dependency>
<dependency>
<groupId>org.evomaster</groupId>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add comment that this creates a circular dependency.
in long run, we don't want this module to depend on core, if want to use it outside of EM.
fine for now, but future might need an intermediate representation X (eg convertion from X to SqlAction would be done inside core)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or we might move this module directly inside core... let's leave it here for now, we can think about its integration later on

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, okay! Will leave a comment with that info, thanks!

@arcuri82 arcuri82 merged commit ce80ab8 into master Feb 20, 2024
9 checks passed
@agusaldasoro agusaldasoro deleted the feat/solve-to-db-gene branch February 20, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants