60912c882d3d085fc73732116b5daecfeec120af
The INSERT named a DateCreated column that DailyAPICount (Date, APICount) never had, so every call threw "no such column: DateCreated" into an empty catch block. Today's row was never created and the tally sat idle since 2026-04-13. Drop the column from the INSERT, and report the three silent failure points (insert error, missing row after insert, update matching zero rows) instead of swallowing them.
Description
No description provided
136 MiB
Languages
C#
98.1%
PLpgSQL
1.9%