Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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