We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 046f34e commit f0b16a1Copy full SHA for f0b16a1
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