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
Rework sequence-based identity generation
morozov opened this issue over 3 years ago
morozov opened this issue over 3 years ago
Deprecate Foo:Bar entity short syntax
beberlei opened this issue over 3 years ago
beberlei opened this issue over 3 years ago
Evaluate how and if to backport Metadata changes from old-prototype
beberlei opened this issue over 3 years ago
beberlei opened this issue over 3 years ago
Throw exception on unsupported mappings in Embeddable
beberlei opened this issue over 3 years ago
beberlei opened this issue over 3 years ago
Invalid multiple primary keys
RSalo opened this issue over 3 years ago
RSalo opened this issue over 3 years ago
Use ClassMetadata[Info] class in type hints instead of the ClassMetadata interface
mpdude opened this issue over 3 years ago
mpdude opened this issue over 3 years ago
removeElement from EXTRA_LAZY collection is loading all elements
joanna-bak-sourceability opened this issue over 3 years ago
joanna-bak-sourceability opened this issue over 3 years ago
Change persistence ordering for OneToOne to allow making JoinColumns non-nullable
rvanlaak opened this pull request over 3 years ago
rvanlaak opened this pull request over 3 years ago
"Too many parameters: ..." when adding multiple criteria having clauses on the same property
alexpozzi opened this issue over 3 years ago
alexpozzi opened this issue over 3 years ago
OneToOne Field with JoinColumns lacks Entity prefix
devkral opened this issue over 3 years ago
devkral opened this issue over 3 years ago
Validate all fields in schema validator
alexander-schranz opened this pull request over 3 years ago
alexander-schranz opened this pull request over 3 years ago
#8460: Deprecated EntityManager::clear() with argument of one entity class and EntityRepository::clear()
smilesrg opened this pull request over 3 years ago
smilesrg opened this pull request over 3 years ago
UnitOfWork: calling EntityManager::getClassMetadata() only when needed
smilesrg opened this pull request over 3 years ago
smilesrg opened this pull request over 3 years ago
Operation 'Doctrine\DBAL\Platforms\AbstractPlatform::getSequenceNextValSQL' is not supported by platform.
ThibaultVlacich opened this issue almost 4 years ago
ThibaultVlacich opened this issue almost 4 years ago
Typehint change in UniteOfWork::gettScheduledCollection* couses phpstan to fail after v2.8.3
mmarton opened this issue almost 4 years ago
mmarton opened this issue almost 4 years ago
Deprecated Named Native and DQL Queries
beberlei opened this issue almost 4 years ago
beberlei opened this issue almost 4 years ago
Add ignoreDuplicates option for ManyToMany relations
malarzm opened this pull request almost 4 years ago
malarzm opened this pull request almost 4 years ago
Query::toIterable() should support mixed result queries with scalar mappings
alex-dev opened this pull request almost 4 years ago
alex-dev opened this pull request almost 4 years ago
use constants when possible
orklah opened this pull request almost 4 years ago
orklah opened this pull request almost 4 years ago
Update ResultSetMappingBuilder::generateSelectClause
smarcet opened this pull request almost 4 years ago
smarcet opened this pull request almost 4 years ago
Use ProxyManager
beberlei opened this issue almost 4 years ago
beberlei opened this issue almost 4 years ago
Composite ID not working when having fields that are objects.
Warxcell opened this pull request almost 4 years ago
Warxcell opened this pull request almost 4 years ago
Property with same name as discriminator column returns wrong instance.
Warxcell opened this pull request almost 4 years ago
Warxcell opened this pull request almost 4 years ago
Deprecate Partial Objects
beberlei opened this issue almost 4 years ago
beberlei opened this issue almost 4 years ago
Deprecate YamlDriver, use Xml, Annotations, Attributes instead
beberlei opened this issue almost 4 years ago
beberlei opened this issue almost 4 years ago
Deprecate EntityManager::merge
beberlei opened this issue almost 4 years ago
beberlei opened this issue almost 4 years ago
Deprecate EntityManager::flush with $entity argument
beberlei opened this issue almost 4 years ago
beberlei opened this issue almost 4 years ago
Removing "Naming convention"
ThomasLandauer opened this pull request almost 4 years ago
ThomasLandauer opened this pull request almost 4 years ago
LEFT JOIN results with optional references are being hydrated AND move to managed state
boesing opened this issue almost 4 years ago
boesing opened this issue almost 4 years ago
Adding note on `preFlush`
ThomasLandauer opened this pull request almost 4 years ago
ThomasLandauer opened this pull request almost 4 years ago
Fetching entities with Composite Key Relations
michalbundyra opened this pull request about 4 years ago
michalbundyra opened this pull request about 4 years ago
Initial bug verification
gjdanis opened this pull request about 4 years ago
gjdanis opened this pull request about 4 years ago
Added getHash method in SQLFilter to avoid caching the filtered queries
alecszaharia opened this pull request about 4 years ago
alecszaharia opened this pull request about 4 years ago
[GH-1569] Optimize eager fetch for collections to batch query
beberlei opened this pull request about 4 years ago
beberlei opened this pull request about 4 years ago
Deprecated notify change tracking policy
beberlei opened this issue about 4 years ago
beberlei opened this issue about 4 years ago
Support primary key as part of another entity's primary key?
drupol opened this issue about 4 years ago
drupol opened this issue about 4 years ago
Fix commit order
tomaszgaw opened this pull request about 4 years ago
tomaszgaw opened this pull request about 4 years ago
Use LockMode::NONE as default lock mode
BenMorel opened this pull request about 4 years ago
BenMorel opened this pull request about 4 years ago
Create temporary table
hultberg opened this issue about 4 years ago
hultberg opened this issue about 4 years ago
ORM layer validation is not always sufficient
oojacoboo opened this pull request about 4 years ago
oojacoboo opened this pull request about 4 years ago
Implement expression to filter some field with IN a native temporary table
hultberg opened this pull request about 4 years ago
hultberg opened this pull request about 4 years ago
Fix variadic args in Expr
simPod opened this pull request about 4 years ago
simPod opened this pull request about 4 years ago
Add class string return types where appropriate
BackEndTea opened this pull request about 4 years ago
BackEndTea opened this pull request about 4 years ago
Remove comment for getDiscriminatorColumn
KartaviK opened this pull request about 4 years ago
KartaviK opened this pull request about 4 years ago
Exception when loading proxy does not mark proxy as initialized
lstrojny opened this pull request over 4 years ago
lstrojny opened this pull request over 4 years ago
8294 - Handle invalid table name
JohJohan opened this pull request over 4 years ago
JohJohan opened this pull request over 4 years ago
[RFC] Smarter paginator default
stof opened this issue over 4 years ago
stof opened this issue over 4 years ago
Improve insert performance with batched insert queries
mvorisek opened this pull request over 4 years ago
mvorisek opened this pull request over 4 years ago
WIP: Parse Traversable into array in for Collection fields
thiagocordeiro opened this pull request over 4 years ago
thiagocordeiro opened this pull request over 4 years ago
Fix deleting an element with index 0 from select expression in query AST due to casting false to 0
hason opened this pull request over 4 years ago
hason opened this pull request over 4 years ago
Improved error text
xepozz opened this pull request over 4 years ago
xepozz opened this pull request over 4 years ago
Fixes Serialization of 'ReflectionProperty' is not allowed exception when using PHP >= 7.4
silvamfilipe opened this pull request over 4 years ago
silvamfilipe opened this pull request over 4 years ago
Updated annotations-reference.rst @GeneratedValue
CodyCodeman opened this pull request over 4 years ago
CodyCodeman opened this pull request over 4 years ago
A single-valued association path expression to an entity with a composite primary key is not supported. Explicitly name the components of the composite primary key in the query.
augustomurri opened this issue over 4 years ago
augustomurri opened this issue over 4 years ago
Functional test for wrong insertion
danydev opened this pull request over 4 years ago
danydev opened this pull request over 4 years ago
ExtraLazy OneToMay associations indexed by metacolumn fails
ajgarlag opened this pull request almost 5 years ago
ajgarlag opened this pull request almost 5 years ago
Property "*" in "*" was already declared, but it must be declared only once
MyZik opened this issue almost 5 years ago
MyZik opened this issue almost 5 years ago
QueryBuilder::setParameter() breaks if parameter name with ':' is set multiple times
tom93 opened this issue almost 5 years ago
tom93 opened this issue almost 5 years ago
Make _parseOptions function protected
griniv opened this pull request almost 5 years ago
griniv opened this pull request almost 5 years ago
Entity with "date_immutable" field returned from database has DateTime instead of DateTimeImmutable
HarasimowiczKamil opened this issue almost 5 years ago
HarasimowiczKamil opened this issue almost 5 years ago
Cache id "[*_1 1][2]" contains unauthorized character " " #8066
sjurajpuchky opened this pull request almost 5 years ago
sjurajpuchky opened this pull request almost 5 years ago
Updated CONCAT to support SimpleArithmeticExpression
oleg-andreyev opened this pull request almost 5 years ago
oleg-andreyev opened this pull request almost 5 years ago
Optimize paginator removing useless left joins in subselect
xavren opened this pull request almost 5 years ago
xavren opened this pull request almost 5 years ago
fix-abstract-query-embeddable
amelendres opened this pull request almost 5 years ago
amelendres opened this pull request almost 5 years ago
Сreate test for bug #5544
peter-gribanov opened this pull request almost 5 years ago
peter-gribanov opened this pull request almost 5 years ago
Error: Expected =, <, <=, <>, >, >=, !=, got 'BETWEEN'
ybenhssaien opened this issue almost 5 years ago
ybenhssaien opened this issue almost 5 years ago
SubQuery in addSelect with Alias
ybenhssaien opened this issue almost 5 years ago
ybenhssaien opened this issue almost 5 years ago
Add symfony/deprecations-contract package in 2.8.x
beberlei opened this issue almost 5 years ago
beberlei opened this issue almost 5 years ago
[GH-4641] IDENTITY() field type conversion
beberlei opened this pull request almost 5 years ago
beberlei opened this pull request almost 5 years ago
Deprecate FunctionNode without TypedExpression
beberlei opened this issue almost 5 years ago
beberlei opened this issue almost 5 years ago
[GH-4568] A new attempt at nullable embeddables based on Luis work.
beberlei opened this pull request almost 5 years ago
beberlei opened this pull request almost 5 years ago
use unitOfWork::identityFlattener
ybenhssaien opened this pull request almost 5 years ago
ybenhssaien opened this pull request almost 5 years ago
#8016 - AbstractIdGenerator:generate() - EntityManagerInterface inste…
ybenhssaien opened this pull request almost 5 years ago
ybenhssaien opened this pull request almost 5 years ago
[FIX] Add custom exception for parameters parsing
KartaviK opened this pull request almost 5 years ago
KartaviK opened this pull request almost 5 years ago
Bug/#8011 ordering with arithmetic expression
sgehrig opened this pull request almost 5 years ago
sgehrig opened this pull request almost 5 years ago
Added check for empty SELECT expression
oleg-andreyev opened this pull request almost 5 years ago
oleg-andreyev opened this pull request almost 5 years ago
PHP 7.4 Typed Ids musts be nullable to remove an entity
leongersen opened this issue almost 5 years ago
leongersen opened this issue almost 5 years ago
WeakReference to free up memory automatically
bOmBeLq opened this issue almost 5 years ago
bOmBeLq opened this issue almost 5 years ago
Change DocBlock to be compatible with PHPStan
pavlakis opened this pull request almost 5 years ago
pavlakis opened this pull request almost 5 years ago
Cache: READ_WRITE failing `Argument 2 passed to...`
NikoGrano opened this issue about 5 years ago
NikoGrano opened this issue about 5 years ago
Private is not necessary
oojacoboo opened this pull request about 5 years ago
oojacoboo opened this pull request about 5 years ago
ManyToManyPersister::loadCriteria() incorrectly load Criteria with "IN" clause, and crash with SQL Syntax error
Fedik opened this issue about 5 years ago
Fedik opened this issue about 5 years ago
Improve docs: INSTANCE OF needs class metadata as parameter value
flaushi opened this pull request about 5 years ago
flaushi opened this pull request about 5 years ago
Update advanced-configuration.rst
fernando-henrique-bling opened this pull request about 5 years ago
fernando-henrique-bling opened this pull request about 5 years ago
Update custom-mapping-types.rst
glhms opened this pull request about 5 years ago
glhms opened this pull request about 5 years ago
Fix behaviour when using CONTAINS on json fields
alberthorta opened this pull request about 5 years ago
alberthorta opened this pull request about 5 years ago
docs: detach deprecated
pierreboissinot opened this pull request about 5 years ago
pierreboissinot opened this pull request about 5 years ago
Use the hydrationMode provided in function call
Piskvor opened this pull request about 5 years ago
Piskvor opened this pull request about 5 years ago
Fix #7877
sylfabre opened this pull request about 5 years ago
sylfabre opened this pull request about 5 years ago
Extra update for self-referencing Many-To-One with NONE generator strategy during persist
sylfabre opened this issue about 5 years ago
sylfabre opened this issue about 5 years ago
#7717 Test Criteria isNull query
thicolares opened this pull request over 5 years ago
thicolares opened this pull request over 5 years ago
Fixes error Property "PropertyName" in "TableName" was already declar…
pvi-github opened this pull request over 5 years ago
pvi-github opened this pull request over 5 years ago
Incorrect commit order when inserting multiple entities
AssortedParrot opened this issue over 5 years ago
AssortedParrot opened this issue over 5 years ago
[POSSIBLE BUG] setFetchMode not overriding fetch annotation
yesdevnull opened this issue over 5 years ago
yesdevnull opened this issue over 5 years ago
Composite foreign keys with shared columns
scaytrase opened this issue over 5 years ago
scaytrase opened this issue over 5 years ago
Update xml-mapping.rst
prolic opened this pull request over 5 years ago
prolic opened this pull request over 5 years ago
Implement FOR UPDATE SKIP LOCKED
BenMorel opened this issue over 5 years ago
BenMorel opened this issue over 5 years ago
Playground website
iluuu1994 opened this issue over 5 years ago
iluuu1994 opened this issue over 5 years ago
Add UnderscorePluralNamingStrategy
zorn-v opened this pull request over 5 years ago
zorn-v opened this pull request over 5 years ago
Adding a test case indicating that certain scenarios involving one-to…
LukasKrc opened this pull request over 5 years ago
LukasKrc opened this pull request over 5 years ago