Hey everyone, So we are using doctrine/dbal outside of Symfony as we gear up to move the project into a symfony framework,
In running queries I use resetqueryparts() to reset the query but that does not reset the setMaxResults property. So then all of hte following queries that are run in that object have the same limit set. What is the best way to "reset" that object back to null? It only allows integers as arguments. Thanks -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/d/optout.
