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

"Upserting" to MySQL doesn't work #33

Open
tonyyao81 opened this issue Apr 8, 2018 · 2 comments
Open

"Upserting" to MySQL doesn't work #33

tonyyao81 opened this issue Apr 8, 2018 · 2 comments

Comments

@tonyyao81
Copy link

When drop_database=False, real sql statements get dumped to file but it's imported by mysqlimport. That ends up in inserting the whole statement into the first column of the table.
Is it a known issue or a non supported feature?

@seanharr11
Copy link
Owner

Interesting...this feature (upserting) was a bit experimental, but this sounds like an easy enough fix. I've really only tested this on PostgreSQL, so it may be that MySQL behavior is iffy. Would you be willing to take a stab at fixing this with a Pull Request?

@tonyyao81
Copy link
Author

sure, will do.

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

No branches or pull requests

2 participants