Update pgsql bug

This commit is contained in:
sunkaixuan 2022-03-04 13:50:39 +08:00
parent 155e0b0e22
commit 549ea05058

View File

@ -63,10 +63,10 @@ namespace SqlSugar
}
}
result = queryBuilder.GetSelectByItems(selectItems);
if (_context.CurrentConnectionConfig.DbType == DbType.PostgreSQL)
{
result = result.ToLower();
}
//if (_context.CurrentConnectionConfig.DbType == DbType.PostgreSQL)
//{
// result = result.ToLower();
//}
return result;
}
}