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

Fixed all-or-nothing console input value determination. #1308

Merged
merged 1 commit into from
Jan 17, 2023

Conversation

e-jevdokimovs
Copy link
Contributor

Q A
Type bug
BC Break yes

Summary

This fixes a bug that was introduced in #1296 where the configuration value of MigratorConfiguration::allOrNothing got set to true if the command didn't have an all-or-nothing option. Now the value is set from input options only if the command that is being executed has an all-or-nothing option.

This fixes a bug that was introduced in doctrine#1296 where the configuration
value of allOrNothing got set to true if the command didn't have an
all-or-nothing option. Now the value is set from input options only if
the command that is being executed has an `all-or-nothing` option.
Copy link
Contributor

@agustingomes agustingomes left a comment

Choose a reason for hiding this comment

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

Nice catch!

@greg0ire greg0ire added this to the 3.5.4 milestone Jan 17, 2023
@greg0ire greg0ire added the Bug label Jan 17, 2023
@greg0ire greg0ire merged commit e327d1f into doctrine:3.5.x Jan 17, 2023
@greg0ire
Copy link
Member

Thanks @e-jevdokimovs !

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.

3 participants