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
Replace `addCustomXxxFunction` with single `addCustomFunction`
janedbal opened this issue 5 months ago
janedbal opened this issue 5 months ago
Remove unused $pkColumns when gathering columns
smoothie opened this pull request 5 months ago
smoothie opened this pull request 5 months ago
@Column yields errors when using the 'generated' option.
whataboutpereira opened this issue 5 months ago
whataboutpereira opened this issue 5 months ago
Introduced finalizeAndExecute to the AbstractSqlWalker, unified SingleStatementExecutor
dciprian-petrisor opened this pull request 5 months ago
dciprian-petrisor opened this pull request 5 months ago
Make CountWalker use COUNT(*) when $distinct is explicitly set to false (#11552)
d-ph opened this pull request 5 months ago
d-ph opened this pull request 5 months ago
[Docs] unitofwork.rst: php => PHP
k00ni opened this pull request 5 months ago
k00ni opened this pull request 5 months ago
One-To-One, Bidirectional: Unknown column
sh3bang opened this issue 6 months ago
sh3bang opened this issue 6 months ago
Using composite key that points to the same entity class leads to memory leaks during flush
smilesrg opened this issue 6 months ago
smilesrg opened this issue 6 months ago
Pagination CountWalker should run a COUNT(*) query instead of COUNT(tbl.id) when HINT_DISTINCT is false
d-ph opened this issue 6 months ago
d-ph opened this issue 6 months ago
Inheritance does not work properly after "Fix OneToManyPersister::deleteEntityCollection missing discriminator column/value."
konrad-czernecki-esky opened this issue 6 months ago
konrad-czernecki-esky opened this issue 6 months ago
DQL custom functions: document TypedExpression
janedbal opened this pull request 6 months ago
janedbal opened this pull request 6 months ago
Allow overriding association's cascade
malarzm opened this pull request 6 months ago
malarzm opened this pull request 6 months ago
Allow ResultSetMapping to hydrate unmapped entity parameter
Jarod-MIDY opened this issue 6 months ago
Jarod-MIDY opened this issue 6 months ago
Merge 2.20.x up into 3.3.x
greg0ire opened this pull request 6 months ago
greg0ire opened this pull request 6 months ago
fix: Quote custom types correctly in SQLFilter
cedricziel opened this pull request 6 months ago
cedricziel opened this pull request 6 months ago
Fix the initialization of lazy-ghost proxies with postLoad listeners
stof opened this pull request 6 months ago
stof opened this pull request 6 months ago
Fix the support for custom parameter types in native queries
stof opened this pull request 6 months ago
stof opened this pull request 6 months ago
PHP 8: "PDOException: There is no active transaction"
JarJak opened this issue 6 months ago
JarJak opened this issue 6 months ago
Re: Add support for using nested DTOs
eltharin opened this pull request 6 months ago
eltharin opened this pull request 6 months ago
Misleading ORMInvalidArgumentException after removal of referred entity of ManyToOne association with onDelete: 'CASCADE'
tobiasgv opened this issue 6 months ago
tobiasgv opened this issue 6 months ago
Sync type of parameters accepted by ORM NativeQuery setParameter and the one returned by DBAL QueryBuilder getParameterTypes
yguedidi opened this issue 6 months ago
yguedidi opened this issue 6 months ago
Custom DQL functions: TypedExpression returning StringType does not cast to string
janedbal opened this issue 6 months ago
janedbal opened this issue 6 months ago
Fix incorrect exception message for ManyToOne attribute in embeddable class
Xesau opened this pull request 6 months ago
Xesau opened this pull request 6 months ago
working-with-objects.rst: added missing white space
k00ni opened this pull request 6 months ago
k00ni opened this pull request 6 months ago
Implement compatibility with Persistence 4
greg0ire opened this pull request 6 months ago
greg0ire opened this pull request 6 months ago
Merge release 3.2.1 into 3.3.x
github-actions[bot] opened this pull request 6 months ago
github-actions[bot] opened this pull request 6 months ago
Merge release 2.19.6 into 2.20.x
github-actions[bot] opened this pull request 6 months ago
github-actions[bot] opened this pull request 6 months ago
Doctrine for a multi-db application and dynamic fields
amine-ini opened this issue 6 months ago
amine-ini opened this issue 6 months ago
Add `createNamedParameter` to `QueryBuilder`
norkunas opened this pull request 6 months ago
norkunas opened this pull request 6 months ago
Changing the hydration mode doesn't give the same type of result for BigInt
VincentLanglet opened this issue 6 months ago
VincentLanglet opened this issue 6 months ago
doc: Use modern array syntax in getting started
GromNaN opened this pull request 6 months ago
GromNaN opened this pull request 6 months ago
Merge 2.19.x up into 3.2.x
greg0ire opened this pull request 6 months ago
greg0ire opened this pull request 6 months ago
Unintercepted function call to load entity data when `enable_lazy_ghost_objects` is enabled
jbcr opened this issue 6 months ago
jbcr opened this issue 6 months ago
Add regression test for #8108
Jean85 opened this pull request 6 months ago
Jean85 opened this pull request 6 months ago
Bad entity attached in Join Relation
eltharin opened this pull request 6 months ago
eltharin opened this pull request 6 months ago
Resolve LSP violation
greg0ire opened this pull request 6 months ago
greg0ire opened this pull request 6 months ago
Remove DatabaseDriver
greg0ire opened this pull request 6 months ago
greg0ire opened this pull request 6 months ago
Cannot use parameter in Select Group Concat with BIT_AND IF condition
CabanesThibault opened this issue 7 months ago
CabanesThibault opened this issue 7 months ago
Fix deprecated array access usage
derrabus opened this pull request 7 months ago
derrabus opened this pull request 7 months ago
Fix matching lazy collections with enums criteria
kira0269 opened this pull request 7 months ago
kira0269 opened this pull request 7 months ago
Merge 2.19.x up into 3.2.x
greg0ire opened this pull request 7 months ago
greg0ire opened this pull request 7 months ago
Merge 2.19.x up into 2.20.x
greg0ire opened this pull request 7 months ago
greg0ire opened this pull request 7 months ago
Address doctrine/persistence 3.3.3 release
greg0ire opened this pull request 7 months ago
greg0ire opened this pull request 7 months ago
Deprecate DatabaseDriver
greg0ire opened this pull request 7 months ago
greg0ire opened this pull request 7 months ago
Add the proper void return type on the __load method of proxies
stof opened this pull request 7 months ago
stof opened this pull request 7 months ago
Add missing type declaration
greg0ire opened this pull request 7 months ago
greg0ire opened this pull request 7 months ago
Remove unneeded CS rule
greg0ire opened this pull request 7 months ago
greg0ire opened this pull request 7 months ago
Merge 3.3.x into 4.0.x
derrabus opened this pull request 7 months ago
derrabus opened this pull request 7 months ago
Merge 2.19.x into 3.2.x
derrabus opened this pull request 7 months ago
derrabus opened this pull request 7 months ago
[2.19.x] Fetching entities with Composite Key Relations and null values
michalbundyra opened this pull request 7 months ago
michalbundyra opened this pull request 7 months ago
Merge 2.19.x into 2.20.x
derrabus opened this pull request 7 months ago
derrabus opened this pull request 7 months ago
Fix upgrade guide for 2.20
derrabus opened this pull request 7 months ago
derrabus opened this pull request 7 months ago
EnumType issue after upgrade
xkzl opened this issue 7 months ago
xkzl opened this issue 7 months ago
Add support for VARCHAR type with no length limit in PostgreSQL for ORM3 due to a bug in DBAL3
berkut1 opened this issue 7 months ago
berkut1 opened this issue 7 months ago
Fix OneToManyPersister::deleteEntityCollection missing discriminator column/value. (GH-11500)
gitbugr opened this pull request 7 months ago
gitbugr opened this pull request 7 months ago
Emptying collection containing Single-Inheritence Discriminated Entity uses dangerous DELETE statement
gitbugr opened this issue 7 months ago
gitbugr opened this issue 7 months ago
fix: pass join column options to FK
vencakrecl opened this pull request 7 months ago
vencakrecl opened this pull request 7 months ago
Remove doctrine/instantiator
derrabus opened this pull request 7 months ago
derrabus opened this pull request 7 months ago
Add ClassMetadataFactoryInterface to allow switching implementation
alekitto opened this pull request 7 months ago
alekitto opened this pull request 7 months ago
Cannot override the class metadata factory via configuration since 3.0
alekitto opened this issue 7 months ago
alekitto opened this issue 7 months ago
feat(ci): implement automated syntax and static analysers for code samples in docs
SamMousa opened this pull request 7 months ago
SamMousa opened this pull request 7 months ago
Automated type checking of code samples in docs
SamMousa opened this issue 7 months ago
SamMousa opened this issue 7 months ago
fix(docs): use string value in `addAttribute`
SamMousa opened this pull request 7 months ago
SamMousa opened this pull request 7 months ago
Incorrect type in tutorial
SamMousa opened this issue 7 months ago
SamMousa opened this issue 7 months ago
support array in QueryBuilder::setParameters?
dmaicher opened this issue 7 months ago
dmaicher opened this issue 7 months ago
ci: maintained and stable mariadb version (lts)
grooverdan opened this pull request 7 months ago
grooverdan opened this pull request 7 months ago
Replace assertion with exception
greg0ire opened this pull request 7 months ago
greg0ire opened this pull request 7 months ago
Multiple inheritance mapped superclasses in different namespaces
cyrilverloop opened this issue 7 months ago
cyrilverloop opened this issue 7 months ago
A boolean false breaks querybuilder update
that-guy-iain opened this issue 7 months ago
that-guy-iain opened this issue 7 months ago
Fetching entities with Composite Key Relations and null values
michalbundyra opened this pull request 7 months ago
michalbundyra opened this pull request 7 months ago
Use ramsey/composer-install in PHPBench workflow
greg0ire opened this pull request 7 months ago
greg0ire opened this pull request 7 months ago
Setup dependabot for pinned Composer dependencies
greg0ire opened this pull request 7 months ago
greg0ire opened this pull request 7 months ago
Catch Rollback Driver Exception
rodnaph opened this pull request 7 months ago
rodnaph opened this pull request 7 months ago
Criteria with enums to filter lazy loaded collections
kira0269 opened this issue 7 months ago
kira0269 opened this issue 7 months ago
Entity scheduled for deletion and original entity retrieved from database points on the same object since 2.19.5
AirBair opened this issue 7 months ago
AirBair opened this issue 7 months ago
getArrayBindingType method from the BasicEntityPersister is missing binary
delolmo opened this issue 7 months ago
delolmo opened this issue 7 months ago
Port d05e8e8285a052ad715cd6fb4d6d80890cf3c4d8
greg0ire opened this pull request 7 months ago
greg0ire opened this pull request 7 months ago
Added a new manager to manage multiple entity manager instances
fldv opened this pull request 7 months ago
fldv opened this pull request 7 months ago
Fix cloning entities
nicolas-grekas opened this pull request 7 months ago
nicolas-grekas opened this pull request 7 months ago
Update branch metadata
greg0ire opened this pull request 7 months ago
greg0ire opened this pull request 7 months ago
Merge release 3.2.0 into 4.0.x
github-actions[bot] opened this pull request 7 months ago
github-actions[bot] opened this pull request 7 months ago
Remove readonly modifier from EntityManager
nicolas-grekas opened this pull request 7 months ago
nicolas-grekas opened this pull request 7 months ago
Remove `NotSupported`
derrabus opened this pull request 8 months ago
derrabus opened this pull request 8 months ago
Deprecate the NotSupported exception
derrabus opened this pull request 8 months ago
derrabus opened this pull request 8 months ago
Remove Serializable implementation
derrabus opened this pull request 8 months ago
derrabus opened this pull request 8 months ago
Deprecate SequenceGenerator implementing Serializable
derrabus opened this pull request 8 months ago
derrabus opened this pull request 8 months ago
Psalm 5.24.0
derrabus opened this pull request 8 months ago
derrabus opened this pull request 8 months ago
PHPStan 1.11.1
derrabus opened this pull request 8 months ago
derrabus opened this pull request 8 months ago
Test with actual lock modes
derrabus opened this pull request 8 months ago
derrabus opened this pull request 8 months ago
Fix failed merge
derrabus opened this pull request 8 months ago
derrabus opened this pull request 8 months ago
Backport test for `Query::setLockMode()`
derrabus opened this pull request 8 months ago
derrabus opened this pull request 8 months ago
Fix return type of `Query::getLockMode()` for DBAL 4
derrabus opened this pull request 8 months ago
derrabus opened this pull request 8 months ago
Add note about `Query::HINT_INCLUDE_META_COLUMNS` for custom hydrators
Korbeil opened this pull request 8 months ago
Korbeil opened this pull request 8 months ago
docs: update EntityManager#transactional to EntityManager#wrapInTransaction
IndraGunawan opened this pull request 8 months ago
IndraGunawan opened this pull request 8 months ago
groupBY with entity root DQL alias is missing discriminator field
kshtompel opened this issue 8 months ago
kshtompel opened this issue 8 months ago
Can't escape quote in orderby with a function
aleblanc opened this issue 8 months ago
aleblanc opened this issue 8 months ago
Feature Request: Add new event \Doctrine\ORM\Tools\ToolEvents::postGatherRelationsSql, allow to custom relationship table.
ywisax opened this issue 8 months ago
ywisax opened this issue 8 months ago
Using an integer as discriminator value with ORM v3
prohalexey opened this pull request 8 months ago
prohalexey opened this pull request 8 months ago
Regression related to Improve lazy ghost performance by avoiding self-referencing closure
raziel057 opened this issue 8 months ago
raziel057 opened this issue 8 months ago
Use templating to allow a more flexible type inference in `QueryBuilder::setParameters()` method
MatteoFeltrin opened this pull request 8 months ago
MatteoFeltrin opened this pull request 8 months ago