This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge/Doctrine
Nicolas Grekas 2ecad3ffa9 Merge branch '4.2' into 4.3
* 4.2:
  minor: add some test in the ldap component
  [Bridge\ProxyManager] isProxyCandidate() does not take into account interfaces
  [Routing][AnnotationClassLoader] fix utf-8 encoding in default route name
  fixed a phpdoc
  [Debug] Wrap call to require_once in a try/catch
  prevent deprecation when filesize matches error code
  [PropertyInfo] Add missing documentation link in Readme
  Use the current working dir as default first arg in 'link' binary
  Respect parent class contract in ContainerAwareDoctrineEventManager
  [Validator] Add the missing translations for the Danish ("da") locale
  [PropertyAccess] Add missing property to PropertyAccessor
  [Cache] fix saving unrelated keys in recursive callback calls
  [Serializer] Fix denormalization of object with variadic constructor typed argument
  Allow set 'None' on samesite cookie flag
  Making cache rebuild correctly with MessageSubscriberInterface return values
  Fix finding parent definition
2019-05-20 18:16:12 +02:00
..
CacheWarmer [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
DataCollector fixed CS 2019-01-16 19:35:49 +01:00
DataFixtures [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
DependencyInjection Merge branch '3.4' into 4.2 2019-02-23 16:17:42 +01:00
Form [DoctrineBridge] Deprecated using IdReader when optimization is not possible 2019-04-07 15:30:06 +02:00
Logger switched array() to [] 2019-01-16 10:39:14 +01:00
Messenger [BridgeDoctrineMessenger] Doctrine ping connection middleware 2019-04-28 16:15:12 +01:00
PropertyInfo [Doctrine][PropertyInfo] Detect if the ID is writeable 2019-05-12 22:41:45 +02:00
Security Merge branch '3.4' into 4.2 2019-02-23 16:17:42 +01:00
Test [DoctrineBridge] Unique mapping setting is optional 2019-04-22 11:07:01 +02:00
Tests Merge branch '4.2' into 4.3 2019-05-20 18:16:12 +02:00
Validator do not choke on not existing mapping field 2019-05-01 07:27:43 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Rephrase Doctrine Bridge changelog 2019-04-28 16:16:24 +01:00
composer.json [Doctrine\Bridge] fix tests 2019-05-09 15:22:32 +02:00
ContainerAwareEventManager.php Respect parent class contract in ContainerAwareDoctrineEventManager 2019-05-15 21:39:23 +03:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
ManagerRegistry.php [DoctrineBridge] [DX] Update exception text in ManagerRegistry::resetService to avoid confusion. 2019-04-15 11:42:18 +02:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
RegistryInterface.php Fixed minor typos 2018-12-28 12:28:01 +01:00

Doctrine Bridge

Provides integration for Doctrine with various Symfony components.

Resources