Skip to content

Commit

Permalink
去掉 Access, Request 等初始化最大数量限制,感谢 jia199807 的贡献 #685
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLemon authored Feb 18, 2024
2 parents 046f34e + f0b16a1 commit c1d6718
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ public int[] getDBVersionNums() {

@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() {
Expand Down

0 comments on commit c1d6718

Please sign in to comment.