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

Handle more SQL types #32

Open
paluh opened this issue Jan 30, 2020 · 0 comments
Open

Handle more SQL types #32

paluh opened this issue Jan 30, 2020 · 0 comments
Labels
expression-level Change related to database expressions `Col s a` good first issue Good for newcomers

Comments

@paluh
Copy link
Collaborator

paluh commented Jan 30, 2020

In SQL1992 we have:

SQL defines distinct data types named by the following <key word>s:
CHARACTER, CHARACTER VARYING, BIT, BIT VARYING, NUMERIC, DECIMAL,
INTEGER, SMALLINT, FLOAT, REAL, DOUBLE PRECISION, DATE, TIME,
TIMESTAMP, and INTERVAL.

For sure we can easily extend and add support for DOUBLE PRECISION (Number). We can also explore datetime related types and check if all interesting db backends handle these values consistently.

@Kamirus Kamirus added expression-level Change related to database expressions `Col s a` good first issue Good for newcomers and removed enhancement labels Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
expression-level Change related to database expressions `Col s a` good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants