mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-25 04:27:14 +08:00
Update pgsql bug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user