mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Bug: pgsql uuid array
This commit is contained in:
parent
f5e02334a2
commit
b3b98cfd11
@ -203,6 +203,7 @@ namespace SqlSugar
|
||||
{ typeof(bool[]),NpgsqlDbType.Boolean},
|
||||
{typeof(DateTime[]),NpgsqlDbType.Date},
|
||||
{typeof(float[]),NpgsqlDbType.Real},
|
||||
{typeof(Guid[]),NpgsqlDbType.Uuid},
|
||||
|
||||
|
||||
{ typeof(int?[]),NpgsqlDbType.Integer},
|
||||
@ -213,6 +214,7 @@ namespace SqlSugar
|
||||
{ typeof(byte?[]),NpgsqlDbType.Bytea},
|
||||
{ typeof(bool?[]),NpgsqlDbType.Boolean},
|
||||
{typeof(DateTime?[]),NpgsqlDbType.Date},
|
||||
{typeof(Guid?[]),NpgsqlDbType.Uuid},
|
||||
|
||||
|
||||
{ typeof(string[]), NpgsqlDbType.Text},
|
||||
|
Loading…
Reference in New Issue
Block a user