fix: 识别 pg 类型

This commit is contained in:
taojinlong 2022-02-28 18:51:24 +08:00
parent 59e5aadee6
commit caf65cb4df

View File

@ -86,8 +86,6 @@ public class PgQueryProvider extends QueryProvider {
return DeTypeConstants.DE_FLOAT;// 浮点
case "TINYINT":
return DeTypeConstants.DE_BOOL;// 布尔
case "bytea":
return DeTypeConstants.DE_BINARY;// 二进制
default:
return DeTypeConstants.DE_STRING;
}