There was an error while loading. Please reload this page.
1 parent 795c8e9 commit 66000f7Copy full SHA for 66000f7
APIJSONORM/src/main/java/apijson/orm/AbstractSQLConfig.java
@@ -80,7 +80,7 @@ public abstract class AbstractSQLConfig implements SQLConfig {
80
private static final String TAG = "AbstractSQLConfig";
81
82
public static int MAX_COMBINE_DEPTH = 2;
83
-public static int MAX_WHERE_COUNT = 3;
+public static int MAX_WHERE_COUNT = 10;
84
public static int MAX_COMBINE_COUNT = 5;
85
public static int MAX_COMBINE_KEY_COUNT = 2;
86
public static float MAX_COMBINE_RATIO = 1.0f;
0 commit comments