mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-21 02:58:05 +08:00
Pgsql float[] bulkcopy
This commit is contained in:
@@ -99,6 +99,10 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
result.Type = NpgsqlDbType.Array | NpgsqlDbType.Bigint;
|
result.Type = NpgsqlDbType.Array | NpgsqlDbType.Bigint;
|
||||||
}
|
}
|
||||||
|
else if (key == "_float8")
|
||||||
|
{
|
||||||
|
result.Type = NpgsqlDbType.Array | NpgsqlDbType.Double;
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
var type = PgSqlType[key.Substring(1)];
|
var type = PgSqlType[key.Substring(1)];
|
||||||
|
Reference in New Issue
Block a user