DATACOUCH-632 - Fix compilation error introduced in DATACOUCH-603. (#269)
Co-authored-by: mikereiche <michael.reiche@couchbase.com>
This commit is contained in:
@@ -277,7 +277,7 @@ public class Query {
|
||||
final StringBuilder statement = new StringBuilder();
|
||||
appendString(statement, n1ql.delete); // delete ...
|
||||
appendWhereString(statement, n1ql.filter); // typeKey = typeValue
|
||||
appendWhere(statement, null); // criteria on this Query
|
||||
appendWhere(statement, null, template.getConverter()); // criteria on this Query
|
||||
appendString(statement, n1ql.returning);
|
||||
return statement.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user