Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support a wider range of PostgreSQL temporal field types #6

Open
JBurkinshaw opened this issue Jul 23, 2021 · 0 comments
Open

Support a wider range of PostgreSQL temporal field types #6

JBurkinshaw opened this issue Jul 23, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@JBurkinshaw
Copy link
Collaborator

JBurkinshaw commented Jul 23, 2021

During data interrogation, temporal fields are identified and used to derive metadata to support temporal filtering in dat requests. TIMESTAMP WITH TIME ZONE, TIMESTAMP WITHOUT TIME ZONE, and DATE PostgreSQL types are currently supported.

PostgreSQL also supports a number of range-like temporal data types which are not currently supported (source):

  • tsrange — Range of timestamp without time zone
  • tstzrange — Range of timestamp with time zone
  • daterange — Range of date

Add support for each of these temporal range types.

More information on temporal fields is included in the readme.

@JBurkinshaw JBurkinshaw added the enhancement New feature or request label Jul 23, 2021
@JBurkinshaw JBurkinshaw added this to the v0.3.0 milestone Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant