We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It was removed here :
c6fa4ee
A customer was using it for:
criteriaBuild.append("SELECT META(ord).id AS __id, META(ord).cas AS __cas, " + documentFieldsToSelect + " FROM `order` ord" + unnest.toString() + " WHERE ord.javaClass='com.pepsico.och.orderstore.domain.Order'" + criteria + constraintAppend); propOrders = couchbaseTemplate.findByQuery(Order.class).matching(new StringQuery(criteriaBuild.toString())).all();
The text was updated successfully, but these errors were encountered:
Restore StringQuery constructor that takes only string.
ec2f21f
Closes #1769.
Restore StringQuery constructor that takes only string. (#1770)
0ba6423
9d461cb
c9a53a6
e7474ae
Successfully merging a pull request may close this issue.
It was removed here :
c6fa4ee
A customer was using it for:
The text was updated successfully, but these errors were encountered: