migrations
migrations copied to clipboard
Doctrine Database Migrations Library
| Q | A |------------- | ----------- | Type | improvement | BC Break | no | Fixed issues | - #### Summary This PR adds new events `onMigrationsQueryExecuting` and...
ConsoleLogger won't be set as Logger-service if command is called with --em option **Example command call** doctrine:migrations:migrate --em={your_entity_manager_name} **Reason** - The function [ private function setNamedEmOrConnection(InputInterface $input) ](https://github.com/doctrine/migrations/blob/d7198118934b360f3a82a919c0fca9515b8de46a/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php#L118) calls $this->dependencyFactory->getConfiguration(),...
I hesitated between this and removing the transaction helper entirely, but I think this solution will result in less support for us. Let me know if you think I should...
Not able to use a different connection for the database when using Postgres: Insufficient privilege
### Bug Report | Q | A |------------ | ------ | BC Break | yes/no | Version |3.0.2 #### Summary Even if many connections are configured, Doctrine doesn't use the...
### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 3.5.2 | ORM Version | 2.13.4 | DBAL Version | 3.5.1 ####...
Right now, we are reusing the DBAL event manager, which is deprecated. This package should expose its own event manager, and document how to register events with that new event...
### BC Break Report | Q | A |------------ | ------ | BC Break | yes | Version | 3.0.0 #### Summary We use `migrations-db.php` to run our migrations against...
### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 3.3.2 #### Summary The more tables the schema has, the more time...
### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 3.2.1 #### Summary If a schema is explicitly specified - the table...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary [Docs](https://www.doctrine-project.org/projects/doctrine-migrations/en/3.5/reference/version-numbers.html#version-numbers) IMO there should...