mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Synchronization code
This commit is contained in:
parent
757aa84b48
commit
d8b0f13916
@ -55,7 +55,7 @@ namespace SqlSugar
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
var bigSize = 500;
|
var bigSize = 500;
|
||||||
if (groupList.Count < bigSize)
|
if (groupList.Count < bigSize||this.Context?.CurrentConnectionConfig?.MoreSettings?.EnableOracleIdentity==true)
|
||||||
{
|
{
|
||||||
string result = Small(identities, groupList, columnsString);
|
string result = Small(identities, groupList, columnsString);
|
||||||
return result;
|
return result;
|
||||||
|
Loading…
Reference in New Issue
Block a user