geosmart opened a new pull request #5835:
URL: https://github.com/apache/dolphinscheduler/pull/5835


   ## Purpose of the pull request
   when add a mysql datasource, I wan't to set connec param with 
serverTimezone=Asia/Shanghai
   
   so add other param with json format {"serverTimezone":"Asia/Shanghai"}
   
   but the check rule make the param not working.
   
   the Pattern PARAMS_PATTER = Pattern.compile("^[a-zA-Z0-9]+$"); make '/' 
illegal.
   
   ## solution
   change regex to allow negtive number and char like '/'


-- 
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]


Reply via email to