mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 06:32:24 +08:00
Merge pull request #1542 from dingxiaobo/20221012_fix_compile
Fix rdbms writer can't compile
This commit is contained in:
commit
edc1e5a5ef
@ -29,7 +29,7 @@ public class SubCommonRdbmsWriter extends CommonRdbmsWriter {
|
||||
@Override
|
||||
protected PreparedStatement fillPreparedStatementColumnType(
|
||||
PreparedStatement preparedStatement, int columnIndex,
|
||||
int columnSqltype, Column column) throws SQLException {
|
||||
int columnSqltype, String typeName, Column column) throws SQLException {
|
||||
java.util.Date utilDate;
|
||||
try {
|
||||
switch (columnSqltype) {
|
||||
|
Loading…
Reference in New Issue
Block a user