VampireAchao opened a new pull request, #3457:
URL: https://github.com/apache/incubator-streampark/pull/3457
## What changes were proposed in this pull request
Issue Number: close #3451 <!-- REPLACE 'xxx' with the issue number this PR
addresses -->
This pull request proposes changes to SQL statements within XML files,
specifically updating `LIKE CONCAT` expressions for cross-database
compatibility with MySQL, H2, and PostgreSQL.
## Brief change log
- Modified SQL `LIKE CONCAT` expressions in XML files to ensure
compatibility across MySQL, H2, and PostgreSQL databases.
## Verifying this change
This change is a refactoring of existing SQL statements and does not alter
functionality. It does not directly require new tests, but existing tests
should pass to ensure that the changes maintain backward compatibility with
previous database behaviors.
Existing tests covering database interactions were rerun to verify that the
SQL changes function as expected in different database environments.
## Does this pull request potentially affect one of the following parts
- Dependencies (does it add or upgrade a dependency): no
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]