We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is not crucial for me, but I found other mysql types not supported:
which can be potentially mapped to Clickhouse Polygon.
The text was updated successfully, but these errors were encountered: