Skip to content

Conversation

@luliqwerty
Copy link
Contributor

@luliqwerty luliqwerty commented Jul 9, 2025

This PR is used to split #1251 into small pieces.

The core idea of DQE is that the SELECT, UPDATE and DELETE queries with the same predicate φ should access the same rows. If these queries access different rows, DQE reveals a potential logic bug in the target DBMS. SQLQueryError class is used to compare the errors @mrigger @JensonSung

The core idea of DQE is that the SELECT, UPDATE
and DELETE queries with the same predicate φ
should access the same rows.
If these queries access different rows,
DQE reveals a potential logic bug in the target DBMS.

SQLQueryError class is used to compare the errors
@JensonSung
Copy link
Contributor

Looks good to me.

Copy link
Contributor

@mrigger mrigger left a comment

Choose a reason for hiding this comment

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

Sorry for the delay - I have been traveling. This almost looks good to me. Could you please check whether any of my suggestions make sense before merging this?

Copy link
Contributor

@mrigger mrigger left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@mrigger
Copy link
Contributor

mrigger commented Jul 16, 2025

It seems the formatter check currently fails. After executing mvn formatter:format, we can merge the PR.

@luliqwerty
Copy link
Contributor Author

It seems the formatter check currently fails. After executing mvn formatter:format, we can merge the PR.

I'm sorry for that mistakes, I've solved that. Thanks a lot. @mrigger

@mrigger
Copy link
Contributor

mrigger commented Jul 16, 2025

It seems some code style checks fail. You can execute mvn -B verify -DskipTests=true locally to check and resolve them.

@luliqwerty
Copy link
Contributor Author

luliqwerty commented Jul 16, 2025

It seems some code style checks fail. You can execute mvn -B verify -DskipTests=true locally to check and resolve them.

I hava get the BUIDE SUCESS locally. Thanks a lot. @mrigger

@mrigger mrigger merged commit a407481 into sqlancer:main Jul 20, 2025
17 of 26 checks passed
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.

4 participants