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
Deprecate Foo:Bar entity short syntax

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
Throw exception on unsupported mappings in Embeddable

beberlei opened this issue over 3 years ago
Invalid multiple primary keys

RSalo 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
OneToOne Field with JoinColumns lacks Entity prefix

devkral opened this issue over 3 years ago
Validate all fields in schema validator

alexander-schranz opened this pull request over 3 years ago
UnitOfWork: calling EntityManager::getClassMetadata() only when needed

smilesrg opened this pull request over 3 years ago
Deprecated Named Native and DQL Queries

beberlei opened this issue almost 4 years ago
Add ignoreDuplicates option for ManyToMany relations

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
use constants when possible

orklah opened this pull request almost 4 years ago
Update ResultSetMappingBuilder::generateSelectClause

smarcet opened this pull request almost 4 years ago
Use ProxyManager

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
Property with same name as discriminator column returns wrong instance.

Warxcell opened this pull request almost 4 years ago
Deprecate Partial Objects

beberlei opened this issue almost 4 years ago
Deprecate YamlDriver, use Xml, Annotations, Attributes instead

beberlei opened this issue almost 4 years ago
Deprecate EntityManager::merge

beberlei opened this issue almost 4 years ago
Deprecate EntityManager::flush with $entity argument

beberlei opened this issue almost 4 years ago
Removing "Naming convention"

ThomasLandauer opened this pull request almost 4 years ago
Adding note on `preFlush`

ThomasLandauer opened this pull request almost 4 years ago
Fetching entities with Composite Key Relations

michalbundyra opened this pull request about 4 years ago
Initial bug verification

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
[GH-1569] Optimize eager fetch for collections to batch query

beberlei opened this pull request about 4 years ago
Deprecated notify change tracking policy

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
Fix commit order

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
Create temporary table

hultberg opened this issue about 4 years ago
ORM layer validation is not always sufficient

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
Fix variadic args in Expr

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
Remove comment for getDiscriminatorColumn

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
8294 - Handle invalid table name

JohJohan opened this pull request over 4 years ago
[RFC] Smarter paginator default

stof opened this issue over 4 years ago
Improve insert performance with batched insert queries

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
Improved error text

xepozz opened this pull request over 4 years ago
Updated annotations-reference.rst @GeneratedValue

CodyCodeman opened this pull request over 4 years ago
Functional test for wrong insertion

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
Make _parseOptions function protected

griniv opened this pull request almost 5 years ago
Cache id "[*_1 1][2]" contains unauthorized character " " #8066

sjurajpuchky opened this pull request almost 5 years ago
Updated CONCAT to support SimpleArithmeticExpression

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
fix-abstract-query-embeddable

amelendres opened this pull request almost 5 years ago
Сreate test for bug #5544

peter-gribanov opened this pull request almost 5 years ago
Error: Expected =, <, <=, <>, >, >=, !=, got 'BETWEEN'

ybenhssaien opened this issue almost 5 years ago
SubQuery in addSelect with Alias

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
[GH-4641] IDENTITY() field type conversion

beberlei opened this pull request almost 5 years ago
Deprecate FunctionNode without TypedExpression

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
use unitOfWork::identityFlattener

ybenhssaien opened this pull request almost 5 years ago
#8016 - AbstractIdGenerator:generate() - EntityManagerInterface inste…

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
Bug/#8011 ordering with arithmetic expression

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
PHP 7.4 Typed Ids musts be nullable to remove an entity

leongersen opened this issue almost 5 years ago
WeakReference to free up memory automatically

bOmBeLq opened this issue almost 5 years ago
Change DocBlock to be compatible with PHPStan

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
Private is not necessary

oojacoboo opened this pull request about 5 years ago
Improve docs: INSTANCE OF needs class metadata as parameter value

flaushi opened this pull request about 5 years ago
Update advanced-configuration.rst

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
Fix behaviour when using CONTAINS on json fields

alberthorta opened this pull request about 5 years ago
docs: detach deprecated

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
Fix #7877

sylfabre opened this pull request about 5 years ago
#7717 Test Criteria isNull query

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
Incorrect commit order when inserting multiple entities

AssortedParrot opened this issue over 5 years ago
[POSSIBLE BUG] setFetchMode not overriding fetch annotation

yesdevnull opened this issue over 5 years ago
Composite foreign keys with shared columns

scaytrase opened this issue over 5 years ago
Update xml-mapping.rst

prolic opened this pull request over 5 years ago
Implement FOR UPDATE SKIP LOCKED

BenMorel opened this issue over 5 years ago
Playground website

iluuu1994 opened this issue over 5 years ago
Add UnderscorePluralNamingStrategy

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