mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 05:13:27 +08:00
PgSql float array
This commit is contained in:
parent
09cfc6087f
commit
bb3f0e3f7b
@ -144,6 +144,7 @@ namespace SqlSugar
|
||||
{ typeof(byte[]),NpgsqlDbType.Bytea},
|
||||
{ typeof(bool[]),NpgsqlDbType.Boolean},
|
||||
{typeof(DateTime[]),NpgsqlDbType.Date},
|
||||
{typeof(float[]),NpgsqlDbType.Real},
|
||||
|
||||
|
||||
{ typeof(int?[]),NpgsqlDbType.Integer},
|
||||
@ -157,6 +158,7 @@ namespace SqlSugar
|
||||
|
||||
|
||||
{ typeof(string[]), NpgsqlDbType.Text},
|
||||
{typeof(float?[]),NpgsqlDbType.Real},
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user