We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since doctrine/dbal 3.2.0, regular comparison is deprecated in favor of platform-aware-schema comparison: https://www.doctrine-project.org/2021/11/26/dbal-3.2.0.html
doctrine/dbal
This should fix a number of false-positive and false-negative issues.
This involves changing this piece of code:
migrations/lib/Doctrine/Migrations/Generator/DiffGenerator.php
Lines 95 to 107 in 1967775
as well as
migrations/lib/Doctrine/Migrations/Provider/DBALSchemaDiffProvider.php
Lines 46 to 49 in 1967775
The text was updated successfully, but these errors were encountered:
greg0ire
No branches or pull requests
Feature Request
Summary
Since
doctrine/dbal
3.2.0, regular comparison is deprecated in favor of platform-aware-schema comparison: https://www.doctrine-project.org/2021/11/26/dbal-3.2.0.htmlThis should fix a number of false-positive and false-negative issues.
This involves changing this piece of code:
migrations/lib/Doctrine/Migrations/Generator/DiffGenerator.php
Lines 95 to 107 in 1967775
as well as
migrations/lib/Doctrine/Migrations/Provider/DBALSchemaDiffProvider.php
Lines 46 to 49 in 1967775
The text was updated successfully, but these errors were encountered: