Add more comments
This commit is contained in:
parent
9890af119e
commit
8d1d6f4466
|
@ -415,6 +415,7 @@ DataAccessObject._coerce = function (where) {
|
|||
if ('object' === typeof val) {
|
||||
if (Object.keys(val).length !== 1) {
|
||||
// Skip if there are not only one properties
|
||||
// as the assumption for operators is not true here
|
||||
continue;
|
||||
}
|
||||
for (var op in operators) {
|
||||
|
|
Loading…
Reference in New Issue