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

Fix composite foreign keys #95

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

aczapszys
Copy link

sandman.model.utils.prepare_relationships created a wrong string
representation of foreign_keys when the FK was a composite key.
Update to create a proper list, like "[table.column1,table.column2]".

sandman.model.utils.prepare_relationships created a wrong string
representation of foreign_keys when the FK was a composite key.
Update to create a proper list, like "[table.column1,table.column2]".
@coveralls
Copy link

Coverage Status

Coverage increased (+0.04%) when pulling d725aca on aczapszys:feature/fix-composite-foreign-keys into 992c2f3 on jeffknupp:develop.

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

Successfully merging this pull request may close these issues.

None yet

2 participants