Garret

Results 8 comments of Garret

@DSeeLP, I will implement an option for `rpm` packages too. I may need help testing that part of the pull request out. I'm not as familiar with `rpm` packages and...

Duplicate of #321 that I made 2 weeks ago.

There's a merge request that will resolve this. #363

I don't see where you are running the migrations. We use in memory sqlite for our tests. We haven't had this issue. Have you tried adding the helper trait for...

Doctrine's documentation on [custom mapping yypes](https://www.doctrine-project.org/projects/doctrine-orm/en/2.6/cookbook/custom-mapping-types.html), mentions that registering a doctrine type mapping is meant to be used for database schema management. In order for the `datetime` field type to...

The fix for the bug with migrations will be fixed in doctrine/dbal 2.9.3.

This might be something for us to handle when updating to doctrine/migrations 2.x.

Do you have the extension enabled in `config/doctrine.php`? And when you say flushing config cache, have you flushed the metadata cache for doctrine? If you are using the file cache...