Skip to content

chore removing system.out.println lines + minor clean up of unit test scripts #2060

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
merged 2 commits into from
Aug 19, 2024

Conversation

nicky6s
Copy link
Contributor

@nicky6s nicky6s commented Aug 17, 2024

Nothing major just clean up.

When I was working on this change I noticed a few surplus System.out.println lines. This PR removes them and cleans up a few other unit tests.

Statement parse = CCJSqlParserUtil.parse(new StringReader(
"SELECT mongodb.test.test.intField, postgres.test.test.intField, postgres.test.test.datefield FROM mongodb.test.test JOIN postgres.postgres.test.test ON mongodb.test.test.intField = postgres.test.test.intField WHERE mongodb.test.test.intField = 123"));
System.out.println(parse.toString());
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This test method is a duplicate of the one above

@manticore-projects manticore-projects merged commit 11616a0 into JSQLParser:master Aug 19, 2024
3 checks passed
@manticore-projects
Copy link
Contributor

Thank you for this beautiful cleanup, much appreciated!

@nicky6s nicky6s deleted the unit-test-cleaning branch August 19, 2024 16:57
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.

2 participants