IntervalUnit
cannot handle microseconds
#4514
Labels
Milestone
10000
IntervalUnit
cannot handle microseconds
#4514
Describe the bug
In PostgreSQL, the
interval
type supports microsecond precision. However, ourIntervalUnit
implementation only stores milliseconds.To Reproduce
Steps to reproduce the behavior.
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: