**Parse nullable game_time safely in game lookup** #51
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
umpire274/bs_scoring#51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parse nullable game_time safely in game lookup
get_game_by_idreadsg.game_timeinto aString, but that column is nullable in migrated databases (migration v4 explicitly backfillsNULL as game_timewhen the old schema lacked the column). For those rows,row.get(4)?returns an error, so this lookup fails and both history/export paths silently fall back to"-"values, dropping real matchup/date/venue context for legacy games. Please readgame_timeasOption<String>(orCOALESCEin SQL) so legacy data remains exportable.Useful? React with 👍 / 👎.
Originally posted by @chatgpt-codex-connector[bot] in https://github.com/umpire274/bs_scoring/pull/49#discussion_r3070131660