forked from github/dataease
fix: 识别 pg 类型
This commit is contained in:
parent
59e5aadee6
commit
caf65cb4df
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user