mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-27 19:41:17 +08:00
Update pgsql
This commit is contained in:
parent
cc3091391f
commit
41c2371a57
@ -742,6 +742,10 @@ namespace SqlSugar
|
||||
{
|
||||
return false;
|
||||
}
|
||||
else if (dataType.EqualCase("timestamp") && properyTypeName.EqualCase("timestamptz"))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
else
|
||||
{
|
||||
return properyTypeName.ToLower() != dataType.ToLower();
|
||||
|
Loading…
Reference in New Issue
Block a user