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

backport-2.1: fix the handling of SQL types #3693

Closed
jseldess opened this issue Sep 4, 2018 · 0 comments
Closed

backport-2.1: fix the handling of SQL types #3693

jseldess opened this issue Sep 4, 2018 · 0 comments
Assignees
Milestone

Comments

@jseldess
Copy link
Contributor

jseldess commented Sep 4, 2018

PR: cockroachdb/cockroach#29006

From release notes:

CockroachDB now distinguishes CHAR and VARCHAR, as mandated by the SQL standard and PostgreSQL compatibility. When a width is not specified (e.g., CHAR(3)), the maximum width of VARCHAR remains unconstrained whereas the maximum width of CHAR is 1 character. [#29006][#29006] {% comment %}doc{% endcomment %}

CockroachDB now populates the data_type column of information_schema.columns like PostgreSQL, for compatibility with 3rd party tools and ORMs. [#29006][#29006] {% comment %}doc{% endcomment %}

CockroachDB now preserves the distinction between different column types for string values like in PostgreSQL, for compatibility with 3rd party tools and ORMs. [#29006][#29006] {% comment %}doc{% endcomment %}

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

No branches or pull requests

2 participants