if (value instanceof Utils.SequelizeMethod || options.bindParam === false) {
        values.push(
          `${this.quoteIdentifier(key)}=${this.escape(
            value,
            (modelAttributeMap && modelAttributeMap[key]) || undefined,