You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(pragmastat): address Copilot review — true ms precision and cache validation
- Increase DAY_DECIMAL_PLACES from 5 to 8 for actual millisecond precision
(1ms / 86_400_000 ms-per-day ≈ 1.16e-8)
- Round epoch-ms values before i64 cast in fmt_timestamp to avoid truncation
- Validate cache record count matches header count in columns_from_cache,
ignoring caches generated with --select
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments