1.4.0
Features:
- Added the
--if-not-exists
option in thedoctrine:database:create
command - Added the
--if-exists
option in thedoctrine:database:drop
command - Add the support for the
url
DBAL setting - Added profiling ability for SQL Server
Bugfix:
- Fixed the cache configuration when using
cache_provider
- Removed usage of deprecated DI features when using Symfony 2.6+
- Close connections and clear managers on shutdown. This avoids leaking connections in tests.
- Added an exception when the ORM layer is configured but not DBAL