Skip to content

Commit f8a8d76

Browse files
committed
remove the codes not related this PR and blank line
1 parent ee40bda commit f8a8d76

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Adapters/Storage/Postgres/PostgresStorageAdapter.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,6 @@ const transformDotFieldToComponents = fieldName => {
207207
if (index === 0) {
208208
return `"${cmpt}"`;
209209
}
210-
if (parseInt(cmpt).toString() === cmpt) {
211-
return `${cmpt}`;
212-
}
213-
214210
return `'${cmpt}'`;
215211
});
216212
};
@@ -841,7 +837,6 @@ const buildWhereClause = ({ schema, query, index, caseInsensitive }): WhereClaus
841837
}
842838
}
843839
values = values.map(transformValue);
844-
845840
return { pattern: patterns.join(' AND '), values, sorts };
846841
};
847842

0 commit comments

Comments
 (0)