Browse Source

Update pgsql bug

pull/14/head
sunkaixuan 3 years ago
parent
commit
549ea05058
  1. 8
      Src/Asp.Net/SqlSugar/Infrastructure/Mapper.cs

8
Src/Asp.Net/SqlSugar/Infrastructure/Mapper.cs

@ -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;
}
}

Loading…
Cancel
Save