Mes 8325 missing certs2#297
Conversation
WIP restore UTC updated local testing added logic for spoiled certificates added staff numbers to payload and removed check digit refactor code out of handler
7fb9613 to
32d37d1
Compare
…it from missing certificates query as this serves no purpose and is preventing union from spoiled certificate where its not going to be available
|
Maybe could with renaming handlers // Duplicating the word certificate feels needless, so we could do // The other // Just to be consistent with the new format |
b093cae to
1ee9703
Compare
relax UTC timestamp test relax UTC timestamp test
1ee9703 to
e613a2f
Compare
|
|
||
| // Specify that dates should be serialised in UTC. | ||
| return mysql.format(template, args, false, 'UTC'); | ||
| return mysql.format(template, args); |
There was a problem hiding this comment.
Hmm, this upgrade will have an impact on the timestamp of the test by the looks of it as per with the unit test here src/functions/postResult/framework/database/__tests__/query-builder.spec.ts.
Do we need to update the SQL to do this if the package no longer accepts a timezone?
Description and relevant Jira numbers
Pull Request checklist
Git feature branch checklist
Sign off process checklist