去掉 Access, Request 等初始化最大数量限制,感谢 jia199807 的贡献 #685

https://github.com/Tencent/APIJSON/pull/685
This commit is contained in:
TommyLemon 2024-02-18 23:33:53 +08:00 committed by GitHub
commit c1d67187af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -883,7 +883,7 @@ public abstract class AbstractSQLConfig<T extends Object> implements SQLConfig<T
@Override
public boolean limitSQLCount() {
return Log.DEBUG == false || AbstractVerifier.SYSTEM_ACCESS_MAP.containsKey(getTable()) == false;
return AbstractVerifier.SYSTEM_ACCESS_MAP.containsKey(getTable()) == false;
}
@Override
public boolean allowPartialUpdateFailed() {