Files
Synculous-2/core
chelsea d2b074d39b Fix VARCHAR vs TIME type mismatch in med_logs queries (#15)
The medication_schedules.adjusted_time column is a TIME type, but
med_logs.scheduled_time is VARCHAR. When adjusted_time values were
passed into queries against med_logs, PostgreSQL rejected the
comparison. Add _normalize_time() to convert datetime.time objects
to "HH:MM" strings at the entry points of should_send_nag,
record_nag_sent, and mark_med_taken.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 13:14:20 -06:00
..
2026-02-17 05:46:59 +00:00
2026-02-12 22:11:52 -06:00
2026-02-14 20:06:39 -06:00
2026-02-12 23:07:48 -06:00
2026-02-17 18:02:07 -06:00
2026-02-12 22:11:52 -06:00