mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-03 04:11:34 +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
|
@Override
|
||||||
protected PreparedStatement fillPreparedStatementColumnType(
|
protected PreparedStatement fillPreparedStatementColumnType(
|
||||||
PreparedStatement preparedStatement, int columnIndex,
|
PreparedStatement preparedStatement, int columnIndex,
|
||||||
int columnSqltype, Column column) throws SQLException {
|
int columnSqltype, String typeName, Column column) throws SQLException {
|
||||||
java.util.Date utilDate;
|
java.util.Date utilDate;
|
||||||
try {
|
try {
|
||||||
switch (columnSqltype) {
|
switch (columnSqltype) {
|
||||||
|
Loading…
Reference in New Issue
Block a user