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

[DBAL-1095] Fix index introspection on SQL Anywhere #759

Merged

Conversation

deeky666
Copy link
Member

SQL Anywhere creates indexes implicitly for foreign key constraints. Thoses should not be introspected by the schema manager to avoid unnecessary schema updates with ORM's schema tool. DBAL already creates indexes for foreign key constraints implicitly...

@doctrinebot
Copy link

Hello,

thank you for creating this pull request. I have automatically opened an issue
on our Jira Bug Tracker for you. See the issue link:

http://www.doctrine-project.org/jira/browse/DBAL-1095

We use Jira to track the state of pull requests and the versions they got
included in.

@Ocramius Ocramius modified the milestones: 2.6.1, 2.5.1 Dec 28, 2014
Ocramius added a commit that referenced this pull request Dec 28, 2014
Ocramius added a commit that referenced this pull request Dec 28, 2014
…ction

[DBAL-1095] Fix index introspection on SQL Anywhere
@Ocramius Ocramius merged commit aea8383 into doctrine:master Dec 28, 2014
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 24, 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