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

Unknown mysql types "polygon", "year" #49

Open
Stanpol opened this issue Dec 4, 2024 · 0 comments
Open

Unknown mysql types "polygon", "year" #49

Stanpol opened this issue Dec 4, 2024 · 0 comments

Comments

@Stanpol
Copy link
Contributor

Stanpol commented Dec 4, 2024

This is not crucial for me, but I found other mysql types not supported:

CREATE TABLE `test_zone` (
  `id` bigint NOT NULL AUTO_INCREMENT,
  `area` polygon NOT NULL,
  PRIMARY KEY (`id`),
) ENGINE=InnoDB AUTO_INCREMENT=564 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci

which can be potentially mapped to Clickhouse Polygon.

CREATE TABLE `test` (
  `id` int NOT NULL AUTO_INCREMENT,
  `year_of_birth` year DEFAULT NULL,
) ENGINE=InnoDB AUTO_INCREMENT=4661521 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
@Stanpol Stanpol changed the title Unknown mysql type "polygon" Unknown mysql types "polygon", "year" Dec 4, 2024
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

No branches or pull requests

1 participant