schmittjoh / JMSJobQueueBundle

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

Fix statistics for postgresql. #86

Closed kimlai closed 9 years ago

kimlai commented 9 years ago

When using postgresql, all table columns are lower-cased, so the hard-coded uses of createdAt and charValue don't work when fetching the statistics of a job.

This hack fixes the problem, though it's far from being remotely elegant.