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

Change SHOW COLUMNS query to display MySQL types in MySQL Compatibility mode #49577

Merged
merged 25 commits into from Jun 21, 2023

Commits on May 5, 2023

  1. Change SHOW COLUMNS query to display MySQL types in MySQL Compatibili…

    …ty mode
    
    This updates the SHOW COLUMN SQL query to display MySQL types when this
    query is issued by a client connected via MySQL Compatibility port
    tpanetti committed May 5, 2023
    Configuration menu
    Copy the full SHA
    18d1a43 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Change SHOW COLUMNS query to display MySQL types in MySQL Compatibili…

    …ty mode
    
    This updates the SHOW COLUMN SQL query to display MySQL types when this
    query is issued by a client connected via MySQL Compatibility port
    tpanetti committed May 9, 2023
    Configuration menu
    Copy the full SHA
    ddbad79 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    4bc55cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e8dc67 View commit details
    Browse the repository at this point in the history
  3. Convert Clickhouse Types to MySQL types in Compatibility mode

    This changes MySQL compatibility mode to display MySQL compatible types
    tpanetti committed May 30, 2023
    Configuration menu
    Copy the full SHA
    38634cc View commit details
    Browse the repository at this point in the history
  4. Revert "Change SHOW COLUMNS query to display MySQL types in MySQL Com…

    …patibility mode"
    
    This reverts commit ddbad79.
    tpanetti committed May 30, 2023
    Configuration menu
    Copy the full SHA
    bd5a1ae View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Fix incompatible ClickHouse -> MySQL types for compability mode

    This adjusts specific incompatible ClickHouse types to a format that can
    be read and interpreted by MySQL (Ex: Int128 -> text)
    tpanetti committed May 31, 2023
    Configuration menu
    Copy the full SHA
    4c92bc7 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    05dfe58 View commit details
    Browse the repository at this point in the history
  2. Change case and function name for MySQL Compatible types

    This changes the function name for MySQL Compatible types from getMySQLName to getSQLCompatibleName and changes the casing of the types to upper
    tpanetti committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    423afec View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Refactor ClickHouse->MySQL Type conversion and add configuration sett…

    …ing to trigger type conversion
    tpanetti committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    495482c View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    016e30c View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Disable fasttest for MySQL Compatibility Type Conversion and refactor…

    … style for DataTypeNumberBase
    tpanetti committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    96d7b2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5769d7f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Rename setting and description for MySQL compatible types

    This renames the setting for MySQL compatible types from output_format_mysql_types to use_mysql_types_in_show_columns
    tpanetti committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    cb8c207 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    252a10c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8683f5e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    fa4bc6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1b96b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    a502967 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0477221 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45328a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6959486 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18fb4fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8790497 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dbdf77c View commit details
    Browse the repository at this point in the history