-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
feat: add enforce URI query params with a specific for MySQL #23723
Conversation
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.
Nice!
Codecov Report
@@ Coverage Diff @@
## master #23723 +/- ##
=======================================
Coverage 68.10% 68.10%
=======================================
Files 1922 1922
Lines 74046 74049 +3
Branches 8104 8104
=======================================
+ Hits 50426 50429 +3
Misses 21545 21545
Partials 2075 2075
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
SUMMARY
Adds a new
db_engine_spec
parameter calledenforce_uri_query_params
so that we can enforce specific parameters for specific engines. Also enforces the local infile for MySQLBEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION