Skip to content

mysql: add more supported types#6479

Open
dtunikov wants to merge 1 commit into
mainfrom
chore/add-more-supported-mysql-types
Open

mysql: add more supported types#6479
dtunikov wants to merge 1 commit into
mainfrom
chore/add-more-supported-mysql-types

Conversation

@dtunikov

@dtunikov dtunikov commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

add more supported MySQL/MariaDB types

@dtunikov dtunikov requested review from a team as code owners July 2, 2026 08:53
@vercel

vercel Bot commented Jul 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clickhouse-docs Error Error Comment Jul 2, 2026 8:55am
4 Skipped Deployments
Project Deployment Actions Updated (UTC)
clickhouse-docs-jp Ignored Ignored Jul 2, 2026 8:55am
clickhouse-docs-ko Ignored Ignored Jul 2, 2026 8:55am
clickhouse-docs-ru Ignored Ignored Jul 2, 2026 8:55am
clickhouse-docs-zh Ignored Ignored Jul 2, 2026 8:55am

Request Review

Comment on lines +20 to +23
| TinyInt | Int8 | Supports unsigned. Compatibility alias: `Int1`.|
| SmallInt | Int16 | Supports unsigned. Compatibility alias: `Int2`.|
| MediumInt, Int | Int32 | Supports unsigned. Synonyms and compatibility aliases include `Integer`, `Int3`, `Int4`, `MiddleInt`.|
| BigInt | Int64 | Supports unsigned. Compatibility alias: `Int8`.|

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure we need to give so much detail as to CH type aliases, clutters docs

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants