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

sqlbase: alias coltype.BigInt to VisibleType.BIGINT #20798

Merged

Commits on Dec 18, 2017

  1. sqlbase: alias coltype.BigInt to VisibleType.BIGINT

    Fixes cockroachdb#19197.
    
    This change cleans up the `coltype` to `VisibleType` alias mapping and adds
    an alias for `coltype.BigInt -> VisibleType.BIGINT`.
    
    The `coltypes.Double -> VisibleType.DOUBLE_PRECISION` mapping referenced in
    the associated issue was already addressed during some previous refactor.
    
    Release note (bug fix): The BIGINT type alias is now correctly shown
    when using SHOW CREATE TABLE.
    nvanbenschoten committed Dec 18, 2017
    Copy the full SHA
    9a33302 View commit details
    Browse the repository at this point in the history