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

CREATE TABLE TIMESTAMP PRECISION IS NOT MAPPED CORRECTLY to DATETIME64 #422

Closed
subkanthi opened this issue Dec 21, 2023 · 0 comments · Fixed by #425
Closed

CREATE TABLE TIMESTAMP PRECISION IS NOT MAPPED CORRECTLY to DATETIME64 #422

subkanthi opened this issue Dec 21, 2023 · 0 comments · Fixed by #425
Assignees

Comments

@subkanthi
Copy link
Collaborator

For MySQL
CREATE TABLE DDL is parsed using Antlr parser,
for Datetime(0-6) , the precision is mapped correctly to datetime64(0-6) in CH.
For Timestamp, the precision is currently not read and mapped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant