Skip to content

Add Interval Codec #345

@HenrikHL

Description

@HenrikHL

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

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions