Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/doctrine/orm
Doctrine Object Relational Mapper (ORM)
https://github.com/doctrine/orm
This PR changes a detail in the commit order computation for depended-upon entities.
We have a ...
108fa30db295492f81f93545875c57c72a23061e authored about 1 year ago by Matthias Pigulla <[email protected]>9785cb84c617ec88050d9ca3d479ac34a890b8cd authored about 1 year ago by Alexander M. Turek <[email protected]>
393679a4795e49b0b3ac317dce84d0f8888f2b77 authored about 1 year ago by Alexander M. Turek <[email protected]>
Fix enum mapping validation
e50ae06fe786c2af91812cac50525a701c69a4e1 authored about 1 year ago by Grégoire Paris <[email protected]>05ef1f4f967b6f6c5fa299853f0f17051c43dfdd authored about 1 year ago by Yonel Ceruto <[email protected]>
Fix: Typo
2b91edc525bde4f23f9ada22a82c021b5c18c92b authored about 1 year ago by Grégoire Paris <[email protected]>6af7f9f7bf6d07c8ed7332478d8fe634508a8d48 authored about 1 year ago by Andreas Möller <[email protected]>
Co-authored-by: flaushi <[email protected]>
46cb9a980bc9a202df09302dfa97ea03e37d7878 authored about 1 year ago by flaushi <[email protected]>Merge 2.17.x up into 2.18.x
c2d29d55abcceac58b6792e3709fdb3ebd5c5efc authored about 1 year ago by Grégoire Paris <[email protected]>ed1df148c2c4a3b77bc857958c0d7a9f876a85fd authored about 1 year ago by flack <[email protected]>
44e943e10086255046faca106b1ac68d0a4ad238 authored about 1 year ago by Tomas Norkūnas <[email protected]>
* 2.18.x:
Add compatibility with the Symfony 4.4 VarExporter (#10948)
PHPStan 5.16.0, Symfon...
23d36c0d5293ac796f35850b4f082aef60c6fc52 authored about 1 year ago by Cliff Odijk <[email protected]>
212edaa80bf0669da6ccd7b4697d696e1ffceac8 authored about 1 year ago by Alexander M. Turek <[email protected]>
f8ced516879a7583cb0b167bb5df0e1b04f32fa5 authored about 1 year ago by Markus Staab <[email protected]>
e5ab18ff802d25fe6ed20bc7011922e914d6ef38 authored about 1 year ago by Bob van de Vijver <[email protected]>
This test show that eager collections are broken when used in conjuction
with iterating over a r...
Remove wrong assertion
2c06ffa4a7d6b772cbdacab647287b996044c3c6 authored about 1 year ago by Grégoire Paris <[email protected]>It is useless in that particular method, and wrong.
9a281f54de2de5128d0c9a2192e8cf8a9d95133e authored about 1 year ago by Grégoire Paris <[email protected]>Merge release 2.17.1 into 3.0.x
b73d44b46b687c4e786d53a32ee7c516c6e88b82 authored about 1 year ago by Grégoire Paris <[email protected]>b971cbeebbbf03bfd160fc1979aeadc1d757ba69 authored about 1 year ago by Grégoire Paris <[email protected]>
AbstractSqlExecutor::__sleep should return property names
1a4fe6e0bb67762370937a7e6cee3da40a9122d1 authored about 1 year ago by Grégoire Paris <[email protected]>Adds metadata field type and enumType validation against Entity property type
0a7b9396234c0a026200465b9e47a031a12e7e21 authored about 1 year ago by Grégoire Paris <[email protected]>
Property names as returned by a cast to array are mangled, and that
mangling is not documented. ...
fcba06f64c2dfbe0501b8d189197d966a9c7e889 authored about 1 year ago by Alexander M. Turek <[email protected]>
e8afa9f80ce66ac728f63325d102adda01cbd6ff authored about 1 year ago by Alexander M. Turek <[email protected]>
* derrabus/3.0.x:
Deprecate annotation classes for named queries
Fix typos
Housekeeping: R...
124593383b94096d2b5e16eb495e4d3234095fd2 authored about 1 year ago by Alexander M. Turek <[email protected]>
* 2.17.x:
Deprecate annotation classes for named queries
Fix typos
Housekeeping: Revert ch...
[GH-1569] Optimize eager fetch for collections to batch query
1267f482efc926244dfc93a10a3487d3764281df authored about 1 year ago by Grégoire Paris <[email protected]>Drop support for unserializing old serialization formats
21466a05249de9188350968140d009fabc87ca6a authored about 1 year ago by Grégoire Paris <[email protected]>010cd948c9cb1feb54d3251f6d3ffaa5d5146a9d authored about 1 year ago by Grégoire Paris <[email protected]>
Deprecate annotation classes for named queries
b41de2a39dcec69167b2658df7f66733de0deb9d authored about 1 year ago by Grégoire Paris <[email protected]>6a48b0741b1710eaf6ca806f3db9a23f49ff1588 authored about 1 year ago by Alexander M. Turek <[email protected]>
30626ac6bb38cc299927b1c6fd1f9984be563d36 authored about 1 year ago by Grégoire Paris <[email protected]>
Dynamically resolve AUTO to SEQUENCE or IDENTITY
1f62233bf665f11183d188162c5335cb1d8781e7 authored about 1 year ago by Grégoire Paris <[email protected]>There no longer is such a thing as recommended strategies.
ffbe56779d807b7b4d257ce8783188ea2f66f07e authored about 1 year ago by Grégoire Paris <[email protected]>
With DBAL 3.x, IDENTITY results in SERIAL.
With DBAL 4.x, it results in the standard GENERATED B...
Recommend SEQUENCE until doctrine/dbal 4 is released
0e958387874feea82c562087cfde7436df402565 authored about 1 year ago by Grégoire Paris <[email protected]>Restore backward compatibility with previous format
be62f72b3804c6ff70311fe5b3f882579ffae9fc authored about 1 year ago by Grégoire Paris <[email protected]>7613f25d577786621dcb05f2ebbcdcf0b1592d1c authored about 1 year ago by Yonel Ceruto <[email protected]>
When unserializing from a cache entry in the previous format, the
sqlStatements need to be copie...
Make serialized SQL executors forward compatible
f08159eb87ec2feb1aaf3a25bf138704a052edd7 authored about 1 year ago by Grégoire Paris <[email protected]>
Using IDENTITY with doctrine/dbal 3 results in SERIAL, which is not
recommended.
The idea here is that instead of having a backward compatibility layer
in the next major branch,...
ec74c83845231fa913b387a9cc1589d5586d0e0e authored about 1 year ago by Benjamin Eberlei <[email protected]>
Enforce native type declarations
73288bc472e35174cbca52614c7a021c8bd3a2ed authored about 1 year ago by Grégoire Paris <[email protected]>4b2b4860fbb55c73f38fbf77a3de50e05dc4a21a authored about 1 year ago by Benjamin Eberlei <[email protected]>
609e10df36f958980be916a87fae7f3d99026368 authored about 1 year ago by Benjamin Eberlei <[email protected]>
d03aed1265ffdabd71ffc3ce5e38467f653f3c8c authored about 1 year ago by Benjamin Eberlei <[email protected]>
6993ad28edfc0faaa7c02c19c18a0507438388a8 authored about 1 year ago by Benjamin Eberlei <[email protected]>
This requires heavily adapting tests, because the proxy instance must:
- be an instance of Inter...
I tried to avoid changes in tests, so as to not unnecessarily widen the
gap between 2.x and 3.x.
1fef3196d9e5a4191de6caaf25f577f89537e1a9 authored about 1 year ago by Grégoire Paris <[email protected]>
Merge 2.16.x up into 2.17.x
16028e4fd3202e21cecbd87071e46b40f7eda8bf authored about 1 year ago by Grégoire Paris <[email protected]>Make phpdoc accurate
609647a51a1b28a674de270204a5cea3af57d554 authored about 1 year ago by Grégoire Paris <[email protected]>
When transforming these phpdoc types into native types, things break
down. They are correct acco...
Fix the support for enum types in the ResultSetMappingBuilder
0b7fe1862e2594fbc77eec8e4af66c42dabba9cd authored about 1 year ago by Grégoire Paris <[email protected]>866283d1a7a316390890276df92b12645251ba2e authored about 1 year ago by Christophe Coevoet <[email protected]>
Address split of doctrine/common
3676e3c571a51b80550f0dc3526cac939334729f authored about 1 year ago by Grégoire Paris <[email protected]>
doctrine/common has been split in several packages. A lot of what was
true about doctrine/common...
ad519a5c6fbb18ba815def0892bf4cd4481225a3 authored about 1 year ago by Alexander M. Turek <[email protected]>
We were only relying on it for functionality related to proxies, which
is very little code.
e280b2df265656dff194ef92809ace73827bc2a4 authored about 1 year ago by Grégoire Paris <[email protected]>
Merge 2.17.x up into 3.0.x
3c34265666a23bbcc29c4614390608983e942efa authored about 1 year ago by Grégoire Paris <[email protected]>8693fa790c94019579710861b23b42af4b17c683 authored about 1 year ago by Grégoire Paris <[email protected]>
Copy Debug class from doctrine/common
edd962e3851acaccb89f7df31968650920bd5c00 authored about 1 year ago by Grégoire Paris <[email protected]>
This reduces our dependency to this shared library that now holds very
little code we use.
The c...
It is important to have the same implementation as used in
doctrine/persistence without relying...
3f2fa309d49db2ad40717131682bd60cbde4b35c authored about 1 year ago by Benjamin Eberlei <[email protected]>
8057b51f8591709818be4783b6ba6321040f11fe authored about 1 year ago by Benjamin Eberlei <[email protected]>
c09660ac50bd0fce3d36b20546ad77ba845aafd7 authored about 1 year ago by Benjamin Eberlei <[email protected]>
8ec599bb176018ad80b12aafa408736f06eb55c4 authored about 1 year ago by Benjamin Eberlei <[email protected]>
bf74b434b8677cce42d9bc6a223c585f195fa69f authored about 1 year ago by Benjamin Eberlei <[email protected]>
cd54c56278f4b67bae6aef2d96b724f352bcf213 authored about 1 year ago by Benjamin Eberlei <[email protected]>
76fd34f76607b1b96f381377c1c51df292c759aa authored about 1 year ago by Benjamin Eberlei <[email protected]>
1cec0b82bd688b931ac15f02894ad1f89ac544bc authored about 1 year ago by David Buchmann <[email protected]>
0e74a180c4043fe6769fc857e01eefece34109dc authored about 1 year ago by Grégoire Paris <[email protected]>
We plan to sunset doctrine/common, and should move the Autoloader class
to doctrine/orm
e997c6688c1ab653f1b9426e34259f01333d1d44 authored about 1 year ago by Alexander M. Turek <[email protected]>
Updated order of mapping attribute parameters
03148b13008c105638e1d6c9a5d1591a847009ae authored about 1 year ago by Grégoire Paris <[email protected]>f47d68c826ad1646dcd03f17b7793f6b3c701573 authored about 1 year ago by Mariusz Soltys <[email protected]>
42af7cabb7496d77104132f9d164f9c74da6a629 authored about 1 year ago by Alexander M. Turek <[email protected]>
06eb00d68710877ea8f7f02250d8f0f37eec7350 authored about 1 year ago by Alexander M. Turek <[email protected]>
7827453b94b974bf8d568bf616e0a08bf733d2d7 authored about 1 year ago by Benjamin Eberlei <[email protected]>
Merge up 2.17.x to 3.0.x
6f3140a09eb9af861b61d09190fc955af4e7e051 authored about 1 year ago by Benjamin Eberlei <[email protected]>2d31d7196111c82afb14c0111d3a78912874aedb authored about 1 year ago by Benjamin Eberlei <[email protected]>
2db1f76dee92961b76bf3ea747b0b958bd2c2329 authored about 1 year ago by Benjamin Eberlei <[email protected]>
6e61571edc7dd20b3f35b3252a50697ac238fb0a authored about 1 year ago by Benjamin Eberlei <[email protected]>
* Throw exceptions for cases where attributes are illegal on Embeddables.
* Embedded is allow...
22e7c02cf7a671eefb0536e8e92e86181111155f authored about 1 year ago by Benjamin Eberlei <[email protected]>4a5f48f7ff534a6786bc08335a9f5855b95732ca authored about 1 year ago by Grégoire Paris <[email protected]>
5534db181092bc7c9b51cded3354cc12c8533310 authored about 1 year ago by Grégoire Paris <[email protected]>
18897fa7d5f0f3301d2cf3fe710b4826eeed2644 authored about 1 year ago by Grégoire Paris <[email protected]>
c5137da90ec9bbcd27b18075f54810f7b6ae9de5 authored about 1 year ago by Grégoire Paris <[email protected]>
5c250063b824f233bf8feac4c4f88cfeb054140e authored about 1 year ago by Grégoire Paris <[email protected]>
689da1f251957f49f1126b92bcaf8fb12df6f56e authored about 1 year ago by Grégoire Paris <[email protected]>
It is no longer possible to use the "PARTIAL" keyword in a DQL query, or
to artificially build a...
What was optimal 10 years ago no longer is, and things might change in
the future. Using AUTO is...
* 2.17.x:
Allow creating mocks of the Query class (#10990)
Add missing "deprecated" annotati...
Add method name in exception
07b09175050eb4d01d0c66173089b255bb1c218d authored about 1 year ago by Grégoire Paris <[email protected]>