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 SchemaManagerFunctionalTestCase composite foreign keys test #283

Merged
merged 1 commit into from
Mar 12, 2013

Conversation

deeky666
Copy link
Member

@deeky666 deeky666 commented Mar 5, 2013

This PR fixes a bug in the SchemaManagerFunctionalTestCase composite foreign keys test I encountered today. In SQL Server the test case fails because both testListForeignKeys and testListForeignKeysComposite tests create a foreign key with the same name which is not possible for one single DB in SQL Server.
I don't know if this applies to other RDBMS also but this should also fix the others.

@doctrinebot
Copy link

Hello,

thank you for positing this Pull Request. I have automatically opened an issue on our Jira Bug Tracker for you with the details of this Pull-Request. See the Link:

http://doctrine-project.org/jira/browse/DBAL-460

beberlei added a commit that referenced this pull request Mar 12, 2013
Fix SchemaManagerFunctionalTestCase composite foreign keys test
@beberlei beberlei merged commit 0b355ce into doctrine:master Mar 12, 2013
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants