Skip to content

Commit c1b8c39

Browse files
author
Martin Fekete
committed
updated QuerySupport.toString
1 parent ca63c3f commit c1b8c39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rsql-jpa/src/main/java/io/github/perplexhub/rsql/QuerySupport.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public static class QuerySupportBuilder {}
4040

4141
@Override
4242
public String toString() {
43-
return String.format("%s,distinct:%b,propertyPathMapper:%s,customPredicates:%d,joinHints:%s,propertyWhitelist:%s,propertyBlacklist:%s",
44-
rsqlQuery, distinct, propertyPathMapper, customPredicates == null ? 0 : customPredicates.size(), joinHints, propertyWhitelist, propertyBlacklist);
43+
return String.format("%s,distinct:%b,propertyPathMapper:%s,customPredicates:%d,joinHints:%s,propertyWhitelist:%s,propertyBlacklist:%s,jsonbPathExists:%s,jsonbPathExistsTz:%s",
44+
rsqlQuery, distinct, propertyPathMapper, customPredicates == null ? 0 : customPredicates.size(), joinHints, propertyWhitelist, propertyBlacklist, jsonbPathExists, jsonbPathExistsTz);
4545
}
4646
}

0 commit comments

Comments
 (0)