You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Store.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ namespace griddb {
143
143
throwGSException(mStore, ret);
144
144
}
145
145
146
-
returnnewRowKeyPredicate(predicate);
146
+
returnnewRowKeyPredicate(predicate, type);
147
147
}
148
148
/**
149
149
* New creation or update operation is carried out on an arbitrary number of rows of multiple Containers, with the request unit enlarged as much as possible.
0 commit comments