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 getJoinTableName to care about schema emulation #5785

Closed

Conversation

qpautrat
Copy link

Fix #5784.

Not sure if $platform = new \Doctrine\DBAL\Platforms\SqlitePlatform; is the best way to use another platform in tests.

@Majkl578 Majkl578 added the Bug label Dec 8, 2017
@greg0ire
Copy link
Member

There are conflicts, this needs a rebase. Also, the build is failing since we renamed the project.

@greg0ire
Copy link
Member

Please improve your commit message according to the contributing guide.

@lcobucci
Copy link
Member

Looks like #7079 solved this and we just need to get it into master.

@greg0ire
Copy link
Member

@pamelus apparently you experienced this, please confirm that it does fix the issue so that we can close this.

@ptkoz
Copy link

ptkoz commented Nov 25, 2019

Confirmed. I'm unable to reproduce using 2.7.0 (4d763ca) from packagist, while it's still reproducible on 2.6.4. Thanks!

@greg0ire greg0ire closed this Nov 25, 2019
@qpautrat
Copy link
Author

Nice, thank you 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Join table name are wrong when a platform can emulate schemas
5 participants