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

Issue #950: Fixed cardinality issue where subquery could return more than one row #3421

Closed
wants to merge 1 commit into from

Conversation

jwilson-cee
Copy link

Fixed cardinality issue where subquery could return more than than one row in getListTableForeignKeysSQL function

Q A
Type bug
BC Break no
Fixed issues #950

Summary

Replaced "=" with "IN" in the query in the PostgreSqlPlatform->getListTableForeignKeysSQL() function to avoid getting a cardinality violation error thrown

…rn more than one row in getListTableForeignKeysSQL function
Copy link
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2.5 is closed for modifications, sorry

@Ocramius Ocramius closed this Jan 2, 2019
@jwilson-cee
Copy link
Author

@Ocramius Okay, what branch should I commit this to then?

@Ocramius
Copy link
Member

Ocramius commented Jan 2, 2019 via email

@remoteclient
Copy link

As the underlying issue still exists and PostgreSqlPlatform.php has to be altered manually after each composer update.... When will this be fixed?

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants