-
Notifications
You must be signed in to change notification settings - Fork 102
Add support for advanced SQL features and improvements #1397
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
jgaleotti
commented
Dec 1, 2025
… and test cases for SQL non-aggregation functions
… Java <8 and Java 8+ time API
…risticsCalculator
…nd columns involved in a DELETE statement having a subquery.
…uristics, table alias and table resolution
Collaborator
|
hi @jgaleotti you requested a review, but then made a new push that broke CI. |
Collaborator
Author
|
my bad. I am fixing it.
JP
…On Tue, Dec 2, 2025 at 5:02 AM Andrea Arcuri ***@***.***> wrote:
*arcuri82* left a comment (WebFuzzing/EvoMaster#1397)
<#1397 (comment)>
hi @jgaleotti <https://github.com/jgaleotti> you requested a review, but
then made a new push that broke CI.
—
Reply to this email directly, view it on GitHub
<#1397 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADTDTPWWB6NVWDDMPJS2HXL37VBPZAVCNFSM6AAAAACNWUTB32VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTMMBQG4ZDOMRYGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
…database to compute the heuristic score
Collaborator
Author
|
CI is now passing. |
…instead of throwing an exception.
…sBooleanExpression and IsNullExpression in subclass
arcuri82
requested changes
Dec 19, 2025
...ava/sql/src/main/java/org/evomaster/client/java/sql/heuristic/function/CoalesceFunction.java
Show resolved
Hide resolved
...va/sql/src/main/java/org/evomaster/client/java/sql/heuristic/function/DateTruncFunction.java
Outdated
Show resolved
Hide resolved
...t-java/sql/src/main/java/org/evomaster/client/java/sql/heuristic/function/LowerFunction.java
Outdated
Show resolved
Hide resolved
...nt-java/sql/src/main/java/org/evomaster/client/java/sql/heuristic/function/TimeFunction.java
Outdated
Show resolved
Hide resolved
client-java/sql/src/main/java/org/evomaster/client/java/sql/heuristic/TableAliasResolver.java
Outdated
Show resolved
Hide resolved
client-java/sql/src/main/java/org/evomaster/client/java/sql/heuristic/TableNameMatcher.java
Show resolved
Hide resolved
client-java/sql/src/main/java/org/evomaster/client/java/sql/internal/SqlSelectBuilder.java
Outdated
Show resolved
Hide resolved
client-java/sql/src/main/java/org/evomaster/client/java/sql/internal/SqlTableId.java
Show resolved
Hide resolved
client-java/sql/src/main/java/org/evomaster/client/java/sql/internal/SqlTableIdParser.java
Show resolved
Hide resolved
…e arguments than expected.
…in TimeFunction / added a test suite for LowerFunction.
…o its own class and added unit tests.
… differentiation, added new test cases for MySQL and MariaDB, and refactored qualified table name building logic.
Collaborator
Author
|
CI is now passing. The PR is ready for your revision @arcuri82 |
arcuri82
approved these changes
Jan 16, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.