Closed kimlai closed 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.
createdAt
charValue
This hack fixes the problem, though it's far from being remotely elegant.
When using postgresql, all table columns are lower-cased, so the hard-coded uses of
createdAt
andcharValue
don't work when fetching the statistics of a job.This hack fixes the problem, though it's far from being remotely elegant.