-
Notifications
You must be signed in to change notification settings - Fork 2.2k
FINERACT-2421: Add unit tests for SQLBuilder #5277
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
base: develop
Are you sure you want to change the base?
FINERACT-2421: Add unit tests for SQLBuilder #5277
Conversation
Aman-Mittal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, It would be recommended to add JAVADOC for this
Done |
please also squash your commits into 1 commit |
a12bcd3 to
1b70acd
Compare
Done |
|
Please run: |
@adamsaghy Running |
Its not timeout issue at CI. Please make sure to run locally this command till it got successfully executed! |
|
Description
Adds comprehensive unit tests for SQLBuilder - a security utility that builds SQL WHERE clauses without SQL injection risk.
Changes
Related Issue
FINERACT-2421