-
Notifications
You must be signed in to change notification settings - Fork 188
Closed
Description
Feature Request
Interval is a given datatype for Postgres.
Is your feature request related to a problem? Please describe
Using Interval for specifying a duration in time is a common practice.
Describe the solution you'd like
Create an IntervalCodec.
Describe alternatives you've considered
There are only two possible alternatives: add the codec as a default; add the codec as an extension. The latter is inferior because most of the underlying support needed to create a standalone codec is already present as abstract classes within the codec package. If the parent classes were public, then an extension could be built upon that base.
Teachability, Documentation, Adoption, Migration Strategy
This simply exposes a defined datatype.
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement