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
docs: reframe TIME_TZ round-trip test comment as intended behavior
Not a "known lossy path needing work" — the SQL time-with-time-zone
offset being interpreted on input but not preserved on output is the
designed behavior and matches what Hyper's read side already does.
Rewrote the comment to say so and renamed the test from
lossyRoundtrip_timeTzCollapsesToTime to
timeTzAsymmetry_preservedOnInputButDroppedOnOutput so the name
reflects what's being pinned.
0 commit comments