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