CURRENT_TIMESTAMP()'; return $this->_em->createQuery($dql) ->setParameter('date', $expireDate, Type::DATETIME) ->getResult(); } }