-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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-1074: [GH-743] Add failing unit test related to DBAL-1063 #1009
Labels
Comments
|
Comment created by @doctrinebot: |
Issue was closed with resolution "Incomplete" |
Comment created by @doctrinebot: |
Comment created by @doctrinebot: |
Comment created by @doctrinebot: |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Jira issue originally created by user @doctrinebot:
This issue is created automatically through a Github pull request on behalf of flack:
Url: #743
Message:
I am not 100% sure, but I think the behavior exposed by this test is one of the factors in DBAL-1063. But even if it wasn't, it is still very confusing that
Table::getIndexes
doesn't return the same thing asSchemaManager::listTableIndexes
when they are both called on the same table.I've written the test against the MySQL SM, but I suspect the same might happen with other platforms as well
The text was updated successfully, but these errors were encountered: