Skip to content

ANSII character string types #647

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

Closed
AugustoFKL opened this issue Oct 2, 2022 · 0 comments · Fixed by #648
Closed

ANSII character string types #647

AugustoFKL opened this issue Oct 2, 2022 · 0 comments · Fixed by #648

Comments

@AugustoFKL
Copy link
Contributor

Implementation of all types inside the ANSII specification (1), not including the large types for now because even if they conceptually are in the same group, the implementation would be slightly different, so it's better to break the implementation.

I'll leave the length optional for all since PostgreSQL accepts them without a specific length (2).

[1] : https://jakewheat.github.io/sql-overview/sql-2016-foundation-grammar.html#character-string-type
[2] : https://www.postgresql.org/docs/current/datatype-character.html
MySQL string types: https://dev.mysql.com/doc/refman/8.0/en/char.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant