Skip to content

Commit d6f71bb

Browse files
author
Hiroyuki Sato
committed
set use_legacy_datetime_code false again
1 parent 6105146 commit d6f71bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embulk-input-mysql/src/main/java/org/embulk/input/MySQLInputPlugin.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public interface MySQLPluginTask
5151
// https://dev.mysql.com/doc/connector-j/5.1/en/connector-j-usagenotes-known-issues-limitations.html
5252
//
5353
@Config("use_legacy_datetime_code")
54-
@ConfigDefault("true")
54+
@ConfigDefault("false")
5555
public boolean getUseLegacyDatetimeCode();
5656

5757
}

0 commit comments

Comments
 (0)