hailin0 merged PR #8784:
URL: https://github.com/apache/seatunnel/pull/8784
--
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: commits-unsubscr...@seatunne
Hisoka-X opened a new pull request, #8784:
URL: https://github.com/apache/seatunnel/pull/8784
### Purpose of this pull request
Fix parse SqlServer JDBC Url error, for example:
jdbc:sqlserver://localhost;DataBAseNaME=myDB;
Can not get databaseName before this patch.