dateBasedWhere (type, query, where) {
    const value = Grammar.parameter(where.value)

    return `${type}(${this.wrap(where.column)}) ${where.operator} ${value}`
  }