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

Throw an exception if addSql is used in post methods #1432

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

VincentLanglet
Copy link
Contributor

Q A
Type improvement
BC Break ?
Fixed issues #1431

Summary

Using addSql in post methods should be reported since the sql will be ignored during the migration.

@greg0ire
Copy link
Member

greg0ire commented Jun 3, 2024

Why are you targeting 3.7.x 🤔 That's not a bugfix, is it?

@VincentLanglet
Copy link
Contributor Author

VincentLanglet commented Jun 3, 2024

Why are you targeting 3.7.x 🤔 That's not a bugfix, is it?

I target the stable/default branch by habit. ^^

@VincentLanglet VincentLanglet changed the base branch from 3.7.x to 3.8.x June 3, 2024 08:05
@greg0ire greg0ire added this to the 3.8.0 milestone Jun 7, 2024
@greg0ire greg0ire merged commit a950494 into doctrine:3.8.x Jun 7, 2024
10 checks passed
@greg0ire
Copy link
Member

greg0ire commented Jun 7, 2024

Thanks @VincentLanglet !

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

Successfully merging this pull request may close these issues.

3 participants