Skip to content
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

针对mysql loadbalance格式的url,加上connectTimeout等属性的识别支持 #5396 #5454

Merged
merged 2 commits into from Sep 30, 2023

Conversation

lizongbo
Copy link
Collaborator

针对mysql loadbalance格式的url,加上connectTimeout等属性的识别支持 #5396
if (jdbcUrl.startsWith("jdbc:mysql://") || jdbcUrl.startsWith("jdbc:mysql:loadbalance://")) {
配套单侧验证ok,mvn validate验证ok,mvn clean install 无新增错误

针对mysql loadbalance格式的url,加上connectTimeout等属性的识别支持 alibaba#5396
 if (jdbcUrl.startsWith("jdbc:mysql://") || jdbcUrl.startsWith("jdbc:mysql:loadbalance://")) {
配套单侧验证ok,mvn validate验证ok,mvn clean install 无新增错误
传入参数加上 features ,mvn validate 通过,单测验证ok
@wenshao wenshao merged commit ffe6323 into alibaba:master Sep 30, 2023
1 of 3 checks passed
@Forest-Fairy
Copy link

Forest-Fairy commented Nov 17, 2023

mysql 建表语句转 sqlserver 报转换错误 除了自己再写一个实现类还有木有其他能够快速修正的办法 写了一个oracle的了 花了好多时间 看dataworks 说支持几种数据库的ddl转换 怎么用都用不了呢

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.

None yet

3 participants