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

Migrator empty values handling #619

Open
amazeika opened this issue Sep 16, 2022 · 0 comments · May be fixed by #620
Open

Migrator empty values handling #619

amazeika opened this issue Sep 16, 2022 · 0 comments · May be fixed by #620
Assignees
Labels
Milestone

Comments

@amazeika
Copy link
Member

Double check when importing empty CSV values into columns that have null as default values. These should be casted to null as otherwise MySQL might get these empty values converted to something else (we've seen it casting '' to 0000-00-00 00:00:00 instead of the expected null).

@amazeika amazeika added the bug label Sep 16, 2022
@amazeika amazeika added this to the 4.0 milestone Sep 16, 2022
@amazeika amazeika self-assigned this Sep 16, 2022
amazeika added a commit that referenced this issue Sep 16, 2022
@github-actions github-actions bot linked a pull request Sep 16, 2022 that will close this issue
@amazeika amazeika modified the milestones: 4.0, 4.1 Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant