Skip to content

1.4.0

Compare
Choose a tag to compare
@stof stof released this 28 Feb 11:06
· 1368 commits to 2.13.x since this release

Features:

  • Added the --if-not-exists option in the doctrine:database:create command
  • Added the --if-exists option in the doctrine: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