You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2023. It is now read-only.
The script can't handle indexes and constraints for camel cased columns. The fix just adds quotes to support it (the same as it is done for table names).
It looks like the repo is abandoned. By the way, I faced with another issue - for Django 1.8 it's required to use fk constraints with options "DEFERRABLE INITIALLY DEFERRED".
I didn't create pull request as the one above wasn't merged, just fixed it in my database with migration altering existing fk contraints. But I suggest before going live to update the script as well (may be there are pull requests, I don't know).
Hey, I'm listening. :)
I'm not active as I'm not working with MySQL, PostgreSQL or Python currently. Checking each patch is taking time, and I'm the kind of person that prefers defer the task if can't be sure of quality.
PS: I'm planning to expand my home network. If there would be a place for test MySQL server I'll try to come back. But again, first I'll add some test's to check that I'm not breaking anything with patches.
:)
Well, it's opensource anyway, nobody owes to maintain repo. This script is a great tool, personally for me it helped to migrate a big production project from MySQL, so great thanks for sharing it to community.
I suppose it is worth to add in description - maintainer help wanted :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The script can't handle indexes and constraints for camel cased columns. The fix just adds quotes to support it (the same as it is done for table names).