| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 38b09a8 commit e9e0f6d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1724,7 +1724,7 @@ public String getContainString(String key, Object[] childs, int type) throws Ill | |||
| 1724 | 1724 | + getKey(key) + " @> " + getValue(newJSONArray(childs[i])); //operator does not exist: jsonb @> character varying "[" + childs[i] + "]"); | |
| 1725 | 1725 | } else { | |
| 1726 | 1726 | condition += (i <= 0 ? "" : (Logic.isAnd(type) ? AND : OR)) | |
| 1727 | - + "json_contains(" + getKey(key) + ", " + getValue(childs[i]) + ")"; | ||
| 1727 | + + "json_contains(" + getKey(key) + ", " + getValue(childs[i].toString()) + ")"; | ||
| 1728 | 1728 | } | |
| 1729 | 1729 | } | |
| 1730 | 1730 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments