schmittjoh / JMSJobQueueBundle

Run and Schedule Symfony Console Commands as Background Jobs
http://jmsyst.com/bundles/JMSJobQueueBundle
335 stars 254 forks source link

repository queries do not return correct results #157

Closed andrzejdziekonski closed 7 years ago

andrzejdziekonski commented 7 years ago

Hi,

i have very odd issue. When using repository methods to fetch jobs (even simple findAll()) i receive 1 record but in my database there are much more. I firstly thought there is some paginator bug but even for $em->getRepository('JMSJobQueueBundle:Job')->findAll() i retrieve 1 record (with first job).

Are there any filters, or repository methods that overwrite query results? I use 1.4 version of the bundle with MsSQL database.

schmittjoh commented 7 years ago

No, there is nothing - in this bundle at least - which intercepts queries.