Skip to content

Commit

Permalink
Add the jTDS built-in driver deprecated message
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyuki-sato committed Sep 12, 2024
1 parent 3f7fb40 commit 6cb64d0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ private UrlAndProperties buildUrlAndProperties(SQLServerPluginTask sqlServerTask
}

if (useJtdsDriver) {
logger.warn("The jTDS built-in driver will be removed in an upcoming release.");
logger.warn("Please see https://github.com/embulk/embulk-input-jdbc/issues/267");
// jTDS URL: host:port[/database] or host[/database][;instance=]
// host:port;instance= is allowed but port will be ignored? in this case.
if (sqlServerTask.getInstance().isPresent()) {
Expand Down

0 comments on commit 6cb64d0

Please sign in to comment.