mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 21:43:22 +08:00
Merge 968cbd6425
into 0824b45c5e
This commit is contained in:
commit
ed3407bbd7
@ -71,6 +71,8 @@ public class PostgresqlWriter extends Writer {
|
|||||||
return "?::int8";
|
return "?::int8";
|
||||||
}else if("bit".equalsIgnoreCase(columnType)){
|
}else if("bit".equalsIgnoreCase(columnType)){
|
||||||
return "?::bit varying";
|
return "?::bit varying";
|
||||||
|
}else if("bigserial".equalsIgnoreCase(columnType)){
|
||||||
|
return "?::bigint";
|
||||||
}
|
}
|
||||||
return "?::" + columnType;
|
return "?::" + columnType;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user