doctrine / migrations

Doctrine Database Migrations Library
https://www.doctrine-project.org/projects/migrations.html
MIT License
4.65k stars 387 forks source link

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

Closed VincentLanglet closed 1 month ago

VincentLanglet commented 1 month ago
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 commented 1 month ago

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

VincentLanglet commented 1 month ago

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

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

greg0ire commented 1 month ago

Thanks @VincentLanglet !