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

Export table special column names #854

Closed
SmileYzn opened this issue Aug 20, 2024 · 2 comments
Closed

Export table special column names #854

SmileYzn opened this issue Aug 20, 2024 · 2 comments
Assignees
Labels
bug 🪲 Something isn't working MySQL/MariaDB🐬

Comments

@SmileYzn
Copy link
Contributor

In MySQL, if you try to export a table that have a column name with the same MySQL reserved keyword name, export have success, but did not add column to exported data.

Ie.
You have a table column named as data.

area_2024-08-20_14-02-53.txt

Ps. Here is attached a sample file, that lacks column data

@Fabio286 Fabio286 added bug 🪲 Something isn't working MySQL/MariaDB🐬 labels Aug 27, 2024
@Fabio286 Fabio286 moved this from 📌 To do to ⏳ In progress in Work in Progress Board Oct 1, 2024
@Fabio286
Copy link
Member

Fabio286 commented Oct 1, 2024

Hi Cleverson,

the problem is related to fields with DEFAULT_GENERATED values, such as data that has CURRENT_TIMESTAMP as default.
You will find the fix in next release.

@SmileYzn
Copy link
Contributor Author

SmileYzn commented Oct 1, 2024

Thanks for hard work! 🙏

@github-project-automation github-project-automation bot moved this from ⏳ In progress to ✔ Done in Work in Progress Board Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working MySQL/MariaDB🐬
Projects
Status: Done
Development

No branches or pull requests

2 participants