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

Add CQL temporal support #105

Merged
merged 4 commits into from
Mar 14, 2022
Merged

Conversation

dr-jts
Copy link
Collaborator

@dr-jts dr-jts commented Mar 12, 2022

This PR adds support for CQL temporal filtering:

  • temporal date and datetime literals: 2001-01-01,2001-01-01T10:23,2001-01-01T10:23:45
  • temporal conditions with <,<=,>,>=,=,<> and BETWEEN

Examples

t > 2001-01-01T00:00 AND t <= 2002-12-31T11:59:59
t BETWEEN 2001-01-01 AND 2001-12-31

@dr-jts dr-jts added the enhancement New feature or request label Mar 12, 2022
@dr-jts dr-jts self-assigned this Mar 12, 2022
@dr-jts dr-jts merged commit bf367f7 into CrunchyData:master Mar 14, 2022
@dr-jts dr-jts deleted the add-cql-temporal branch March 14, 2022 17:23
crunchyheath pushed a commit to crunchyheath/pg_featureserv that referenced this pull request Jan 11, 2024
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

Successfully merging this pull request may close these issues.

1 participant