We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2122b8c commit d21e400Copy full SHA for d21e400
1 file changed
APIJSONORM/src/main/java/apijson/orm/AbstractSQLConfig.java
@@ -3756,6 +3756,9 @@ protected String concatJoinWhereString(String whereString) throws Exception {
3756
+ " ( " + outerWhere + " ) "
3757
)
3758
+ " ) ";
3759
+ newPvl.addAll(pvl);
3760
+ newPvl.addAll(outerConfig.getPreparedValueList());
3761
+
3762
changed = true;
3763
break;
3764
0 commit comments