if (!value) {
      const opValue = options.bindParam
        ? this.format(value, field, options, options.bindParam)
        : this.escape(value, field);
      return this._joinKeyValue(key, opValue, this.OperatorMap[Op.eq], options.prefix);