We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7fb40 commit 6cb64d0Copy full SHA for 6cb64d0
embulk-input-sqlserver/src/main/java/org/embulk/input/sqlserver/SQLServerInputPlugin.java
@@ -225,6 +225,8 @@ private UrlAndProperties buildUrlAndProperties(SQLServerPluginTask sqlServerTask
225
}
226
227
if (useJtdsDriver) {
228
+ logger.warn("The jTDS built-in driver will be removed in an upcoming release.");
229
+ logger.warn("Please see https://github.com/embulk/embulk-input-jdbc/issues/267");
230
// jTDS URL: host:port[/database] or host[/database][;instance=]
231
// host:port;instance= is allowed but port will be ignored? in this case.
232
if (sqlServerTask.getInstance().isPresent()) {
0 commit comments