Re: [PR] [Fix][Connector-V2] Fix parse SqlServer JDBC Url error [seatunnel]

2025-02-25 Thread via GitHub
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

[PR] [Fix][Connector-V2] Fix parse SqlServer JDBC Url error [seatunnel]

2025-02-21 Thread via GitHub
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.