-
-
Notifications
You must be signed in to change notification settings - Fork 361
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 Number data types #248
Comments
I think we should split out a separate issue for I also think we should split out different issues for each underlying DB type:
We should also have a separate issue for the percentage type¸ since that will require a custom type at the DB level, unlike the other types called for. |
@mathemancer I've split up the issues. I asked you a question on #386. |
Closing this since all subtasks are done. |
Problem
Users will want to store numeric data in columns. We should allow them to do so and implement this type appropriately in the backend.
Proposed solution
We should support Number types in Mathesar and allow users to use them.
Tasks that need to completed:
NUMERIC
data type in the backend. #377SMALLINT
data type in the backend. #378INTEGER
data type in the backend. #379BIGINT
data type in the backend. #380DECIMAL
data type in the backend. #381REAL
data type in the backend. #382DOUBLE PRECISION
data type in the backend. #383MATHESAR_TYPES.PERCENTAGE
type. #434Additional context
Related issues:
The text was updated successfully, but these errors were encountered: