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