rates/backend/jobs
jtricerolph 4b5b8b30ed Fix SQL syntax error in generate_series date cast (SQLAlchemy text() parsing)
SQLAlchemy's text() parser treated the ':' in '::date' (PostgreSQL cast syntax)
as a second unbound parameter after :start/:end, producing malformed SQL and
crashing the scheduled Booking.com scrape silently with no history entry written.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-15 08:42:15 +00:00
..
__init__.py Add Rate Monitor app — Booking.com + direct booking engine competitor rates 2026-07-05 12:06:30 +00:00
check_rate_parity.py Parity: best-available comparison as default, term-matching optional 2026-07-06 08:04:15 +00:00
fetch_current_rates.py Fix bookability column timestamps showing stale 'last changed' dates 2026-07-10 08:41:58 +00:00
scrape_booking_rates.py Fix SQL syntax error in generate_series date cast (SQLAlchemy text() parsing) 2026-07-15 08:42:15 +00:00
scrape_direct_rates.py Add Rate Monitor app — Booking.com + direct booking engine competitor rates 2026-07-05 12:06:30 +00:00
sync_occupancy.py Add occupancy pick-up history + bookability history popup 2026-07-12 12:38:02 +00:00