We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 046f34e + f0b16a1 commit c1d6718Copy full SHA for c1d6718
1 file changed
APIJSONORM/src/main/java/apijson/orm/AbstractSQLConfig.java
@@ -883,7 +883,7 @@ public int[] getDBVersionNums() {
883
884
@Override
885
public boolean limitSQLCount() {
886
- return Log.DEBUG == false || AbstractVerifier.SYSTEM_ACCESS_MAP.containsKey(getTable()) == false;
+ return AbstractVerifier.SYSTEM_ACCESS_MAP.containsKey(getTable()) == false;
887
}
888
889
public boolean allowPartialUpdateFailed() {
0 commit comments