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

Add support for MySQL YEAR type #1347

Open
altmannmarcelo opened this issue Aug 12, 2024 · 0 comments
Open

Add support for MySQL YEAR type #1347

altmannmarcelo opened this issue Aug 12, 2024 · 0 comments
Labels
Low priority Created by Linear-GitHub Sync

Comments

@altmannmarcelo
Copy link
Contributor

Description

create table yy (yy year);

This results in :

2024-08-12T22:32:58.439027Z  WARN taking database snapshot: replicators::mysql_connector::snapshot: Error extending CREATE TABLE "test"."yy", table will not be used error=Query failed to parse: year DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci

Change in user-visible behavior

Requires documentation change

@altmannmarcelo altmannmarcelo added the Low priority Created by Linear-GitHub Sync label Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Low priority Created by Linear-GitHub Sync
Projects
None yet
Development

No branches or pull requests

1 participant