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

sql: change information_schema routines data types #67641

Merged
merged 1 commit into from
Jul 15, 2021

Commits on Jul 15, 2021

  1. sql: change information_schema routines data types

    Previously, information_schema routines at columns interval_precision,
    result_cast_char_octet_length and result_cast_datetime_precision have
    STRING data type
    This was inadequate because at postgres these columns are expected to
    be INT data type
    To address this, this patch changes the data types to INT
    
    Release note (sql change): Changed information_schema.routines data
    types at columns interval_precision, result_cast_char_octet_length
    and result_cast_datetime_precision to INT
    MiguelNovelo committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    7fef8f1 View commit details
    Browse the repository at this point in the history