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

Implementation for duration data type #251

Closed
6 tasks done
kgodey opened this issue Jun 14, 2021 · 1 comment
Closed
6 tasks done

Implementation for duration data type #251

kgodey opened this issue Jun 14, 2021 · 1 comment
Labels
pr-status: revision A PR awaiting follow-up work from its author after review
Milestone

Comments

@kgodey
Copy link
Contributor

kgodey commented Jun 14, 2021

Problem

Users will want to store duration data in columns. We should allow them to do so and implement this type appropriately in the backend.

Proposed solution

We should support a duration type in Mathesar and allow users to use it. Postgres has a built in type for this – INTERVAL, so we'll use that.

Tasks that need to completed:

Additional context

Related issues and PRs:

Also see Postgres "Date/Time Types" docs.

@kgodey kgodey added type: enhancement work: backend Related to Python, Django, and simple SQL needs: unblocking Blocked by other work labels Jun 14, 2021
@kgodey kgodey added this to the 8. Initial Data Types milestone Jun 14, 2021
@kgodey kgodey added status: detail needed and removed needs: unblocking Blocked by other work labels Jul 15, 2021
@kgodey kgodey added type: group ready Ready for implementation and removed type: enhancement labels Jul 18, 2021
@kgodey kgodey added work: product and removed work: backend Related to Python, Django, and simple SQL work: database labels Sep 13, 2021
@kgodey kgodey changed the title Backend/API implementation for duration data type Implementation for duration data type Sep 13, 2021
@kgodey kgodey added pr-status: revision A PR awaiting follow-up work from its author after review and removed ready Ready for implementation labels Mar 1, 2022
@kgodey kgodey removed this from the Cycle 4: Demo Video milestone Sep 12, 2022
@pavish
Copy link
Member

pavish commented Mar 15, 2023

I'm closing this issue since the one pending item #432 is tracked separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-status: revision A PR awaiting follow-up work from its author after review
Projects
No open projects
Development

No branches or pull requests

2 participants