Files
cproudlock 0f78f76410 Fix sessionid null error when resuming incremental parsing
When parsing resumes from an offset (mid-file), the "Start Log" line
was already processed in a previous run, leaving current_session_id
as None. Added get_or_create_session() to look up or create a session
when resuming from a non-zero offset.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 10:31:22 -05:00
..