-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Labels
status: ideal-for-contributionAn issue that a contributor can help us withAn issue that a contributor can help us withtype: bugA general bugA general bug
Milestone
Description
Bug Report
Versions
- Driver: 1.0.0.RELEASE
- Database: 14
- Java: 17
- OS: macOS
Current Behavior
When trying to parse a week interval an empty (all values 0) Interval is returned.
Steps to reproduce
Interval.parse("1 week").toString() == Interval.ZERO.toString()
Expected behavior/code
That weeks are parsed as 7 days per week
Possible Solution
Additional context
Metadata
Metadata
Assignees
Labels
status: ideal-for-contributionAn issue that a contributor can help us withAn issue that a contributor can help us withtype: bugA general bugA general bug