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 3b2f9fb89a feature #22689 [DoctrineBridge] Add support for doctrin/dbal v2.6 types (jvasseur)
This PR was merged into the 3.4 branch.

Discussion
----------

[DoctrineBridge] Add support for doctrin/dbal v2.6 types

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| License       | MIT

Add support for the following doctrine types in the property info extractor:
 - date_immutable
 - datetime_immutable
 - datetimetz_immutable
 - time_immutable
 - dateinterval

I didn't include the json type since it can be anything that can be stored in a json.

And add support for the dateinterval type for the form type guesser (the form component doesn't support using DateTimeImmutable instances).

Commits
-------

b30fd4f Add support for doctrin/dbal 2.6 types
2017-07-12 14:08:10 +02:00
..
CacheWarmer Fix docblock in Doctrine Bridge 2012-11-16 12:36:52 -05:00
DataCollector DoctrineDataCollector: taught sanitizeParam to support classes with __toString implemented. 2017-03-02 10:22:46 -08:00
DataFixtures [DoctrineBridge] Rename data fixtures loader class 2012-02-11 16:48:09 -05:00
DependencyInjection [DI] Make tagged abstract services throw earlier 2017-04-13 15:45:25 +02:00
ExpressionLanguage [ExpressionLanguage] Making cache PSR6 compliant 2016-10-06 17:21:07 +02:00
Form Add support for doctrin/dbal 2.6 types 2017-06-19 20:44:56 +02:00
HttpFoundation fixed CS 2016-07-18 11:42:57 +02:00
Logger Replace iconv_*() uses by mb_*(), add mbstring polyfill when required 2016-04-14 10:48:44 +02:00
PropertyInfo Add support for doctrin/dbal 2.6 types 2017-06-19 20:44:56 +02:00
Security [DoctrineBridge] Fix deprecation message/documentation of implementing UserProviderInterface using the entity provider 2016-11-17 00:18:19 +01:00
Test Merge branch '2.8' into 3.2 2017-02-18 18:28:00 +01:00
Tests Add support for doctrin/dbal 2.6 types 2017-06-19 20:44:56 +02:00
Validator Merge branch '2.8' into 3.2 2017-07-03 11:06:20 +03:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md feature #22689 [DoctrineBridge] Add support for doctrin/dbal v2.6 types (jvasseur) 2017-07-12 14:08:10 +02:00
composer.json [3.4] Allow 4.* deps 2017-05-24 11:02:43 +02:00
ContainerAwareEventManager.php [DoctrineBridge][Routing] Require PSR-11 container instead of Symfony container 2017-03-12 08:32:31 -07:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
ManagerRegistry.php [DoctrineBridge] Use normalizedIds for resetting entity manager services 2017-07-04 14:04:47 +02:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
RegistryInterface.php Fix phpdoc and coding standards 2014-12-29 23:41:34 +01:00

Doctrine Bridge

Provides integration for Doctrine with various Symfony components.

Resources