Cristi Contiu
Cristi Contiu
@jaswrks Thank you for the tip!
@greg0ire My use case is the DiffCommand being called without an explicit `--filter-expression` , but the DBAL already having a SchemaAssetsFilter callback configured (by DoctrineBundle and the `doctrine.dbal.schema_filter` config). [Failing...
Then there is the broader issue (addressed in this PR): if the DiffGenerator should manipulate/filter the mapped `$toSchema` at all (the ORM SchemaTool does not). The metadata schema does not...