mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update pgsql bug
This commit is contained in:
parent
155e0b0e22
commit
549ea05058
@ -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…
Reference in New Issue
Block a user