dereuromark / cakephp-queue

Compare 43b4dd2 ... +0 ... 51c03bb

Showing 1 of 1 files from the diff.

@@ -583,7 +583,7 @@
Loading
583 583
584 584
						break;
585 585
					case static::DRIVER_SQLSERVER:
586 -
						$tmp["DATEDIFF(s, '1970-01-01 00:00:00', GETDATE()) >="] = $this->rateHistory[$tmp['job_task']] + $task['rate'];
586 +
						$tmp["(DATEDIFF(s, '1970-01-01 00:00:00', GETDATE())) >="] = $this->rateHistory[$tmp['job_task']] + $task['rate'];
587 587
588 588
						break;
589 589
					case static::DRIVER_SQLITE:

Everything is accounted for!

No changes detected that need to be reviewed.
What changes does Codecov check for?
Lines, not adjusted in diff, that have changed coverage data.
Files that introduced coverage data that had none before.
Files that have missing coverage data that once were tracked.
Files Complexity Coverage
Project Totals (35 files) 658 57.75%
Loading