Files
awoooi/apps/api
OG T e2c6ca598e
Some checks failed
CD Pipeline / build-and-deploy (push) Has been cancelled
fix(approval_db): update_telegram_message 用 raw SQL + CAST BIGINT 避免 int32 overflow
telegram_chat_id 為 BIGINT (5619078117 > 2^31-1),SQLAlchemy ORM 會推斷為 $N::INTEGER
改用 raw SQL + CAST(:telegram_chat_id AS BIGINT) 繞過型別推斷

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 00:53:50 +08:00
..