不要怂,就是干,撸起袖子干!

You need to sign in or sign up before continuing.
Commit 489ea1b6 by Mick Hansen

restore 'unused methods' since they are used in tests

1 parent f5d14b1a
Showing with 4 additions and 0 deletions
......@@ -1090,8 +1090,12 @@ module.exports = (function() {
if (options.keysEscaped) {
_key = key
} else {
if(this.isAssociationFilter(key, dao, options)){
_key = key = this.getAssociationFilterColumn(key, dao, options);
} else {
_key = this.quoteIdentifiers(key)
}
}
if (Array.isArray(value)) {
result.push(this.arrayValue(value, key, _key, dao, "IN"))
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!