-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Insights: doctrine/orm
Overview
Could not load contribution data
Please try again later
26 Pull requests merged by 11 people
-
Add functional strict-locking 2nd level cache test
#12086 merged
Jul 29, 2025 -
Deprecate ClassMetadata::$reflFields
#12083 merged
Jul 27, 2025 -
Add JSON format option for orm:mapping:describe command output
#12071 merged
Jul 23, 2025 -
Merge 3.5.x up into 3.6.x
#12081 merged
Jul 22, 2025 -
Merge 2.20.x up into 3.5.x
#12080 merged
Jul 22, 2025 -
Fix embedded classes display in orm:mapping:command output
#12078 merged
Jul 22, 2025 -
📖 Actualize code block to be compatible with DBAL v4, use modern PHP
#12075 merged
Jul 15, 2025 -
Use PHP attributes syntax in schema validator message
#12074 merged
Jul 14, 2025 -
Proxy class with BackedEnum as primary key does not convert the enum
#12063 merged
Jul 14, 2025 -
Merge 3.5.x up into 3.6.x
#12073 merged
Jul 12, 2025 -
QueryBuilder: prevent misuse of DELETE with LIMIT
#12068 merged
Jul 12, 2025 -
Update baseline because of doctrine/dbal 4.3.0
#12072 merged
Jul 12, 2025 -
Fix unhandled ParameterType case for binary PKs
#12062 merged
Jul 10, 2025 -
Remove ClassMetadata::$reflFields
#12050 merged
Jul 4, 2025 -
Remove branchName from unmaintained branch
#12056 merged
Jul 4, 2025 -
chore: use a shorter name for CI on GitHub Actions
#12055 merged
Jul 3, 2025 -
doc: add links to GitHub Actions on README
#12054 merged
Jul 3, 2025 -
Stop using QueryBuilder::getRootAlias()
#12051 merged
Jul 2, 2025 -
Update branch metadata for 3.5.0
#12048 merged
Jul 2, 2025 -
Merge release 3.5.0 into 4.0.x
#12047 merged
Jul 1, 2025 -
Merge 3.5.x up into 4.0.x
#12049 merged
Jul 1, 2025 -
Merge release 3.4.4 into 3.5.x
#12045 merged
Jul 1, 2025 -
Merge 3.4.x up into 3.5.x
#12046 merged
Jul 1, 2025 -
Only throw PHP 8.4 requirement exception when enabling native lazy objects.
#12043 merged
Jun 30, 2025 -
Merge branch 3.4.x into 3.5.x
#12044 merged
Jun 30, 2025 -
do not register the legacy proxy class name resolver with enabled native lazy ghost
#12039 merged
Jun 30, 2025
9 Pull requests opened by 8 people
-
Remove sql executor
#12052 opened
Jul 1, 2025 -
chore: remove run-all.sh
#12053 opened
Jul 1, 2025 -
New fields
#12058 opened
Jul 4, 2025 -
[RFC] add HydrationFactory as extension point for tracking hydrations
#12059 opened
Jul 4, 2025 -
Update doc `dql-custom-walkers.rst` with an output walker to interpolate parameters into SQL
#12060 opened
Jul 4, 2025 -
Use enum values from enumType in DiscriminatorColumn and check DiscriminatorMap values against it
#12065 opened
Jul 7, 2025 -
fix: handle DateTime, arrays, and nulls properly in value comparison
#12066 opened
Jul 9, 2025 -
Improve BasicEntityPersister to be more flexible and cleaner
#12087 opened
Jul 29, 2025 -
Quote parts of the table name
#12088 opened
Jul 29, 2025
8 Issues closed by 5 people
-
Access to ClassMetadata::$reflFields is deprecated
#12082 closed
Jul 27, 2025 -
QueryBuilder->{orderBy/addOrderBy} do not support instances of Order enum type
#12085 closed
Jul 25, 2025 -
XmlDriver will fail to load mapping when the path contains "%2F"
#5705 closed
Jul 23, 2025 -
OneToOne(mappedBy, fetch="LAZY") is eager-loaded despite no explicit usage in query
#12064 closed
Jul 20, 2025 -
BackedEnum primary key fails to convert for association using proxy classes
#10788 closed
Jul 14, 2025 -
DEPRECATION: Since symfony/var-exporter 7.3
#12057 closed
Jul 4, 2025 -
setParameter does not allow specifying types when using enums (8+)
#10558 closed
Jul 1, 2025 -
[ORM, PHP <8.4] LogicException when calling enableNativeLazyObjects(false)
#12040 closed
Jun 30, 2025
6 Issues opened by 6 people
-
Explicitly set ID should be honored with `@GeneratedValue` or rejected
#12084 opened
Jul 24, 2025 -
Deleting an entity with hooked identifier property on PHP 8.4 throws an error
#12077 opened
Jul 17, 2025 -
Set foreign key ids works on update but not on create?
#12067 opened
Jul 10, 2025 -
Add support of cursor pagination
#12061 opened
Jul 5, 2025 -
Can't set lenghts property for indexes in XML orm mapping
#12076 opened
Jul 4, 2025 -
Invalid quoting syntax for table names/schema in SQL Server
#12041 opened
Jun 30, 2025
17 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
fix: calling scheduleForInsert twice
#11835 commented on
Jul 29, 2025 • 2 new comments -
Fix JoinedSubclassPersister when multiple entities are inserted
#11934 commented on
Jul 27, 2025 • 0 new comments -
Fix `IN`/`NOT IN` expression handling and support enums when matching on to-many-collections
#11895 commented on
Jul 1, 2025 • 0 new comments -
Add support for inherited nullability from PHP
#11814 commented on
Jul 13, 2025 • 0 new comments -
Suggestion: Add new Types for `non-empty-string` and `positive-int`
#11748 commented on
Jul 21, 2025 • 0 new comments -
Fetching untracked entities
#8429 commented on
Jul 18, 2025 • 0 new comments -
Fulltext index on unique column ignored
#5593 commented on
Jul 16, 2025 • 0 new comments -
Binding parameters optimisation for `BackedEnum` (`array` of `BackedEnum` values)
#11319 commented on
Jul 14, 2025 • 0 new comments -
Custom types converted to database value by __toString() in loadAll instead of Type::convertToDatabaseValue()
#11405 commented on
Jul 11, 2025 • 0 new comments -
Paginator's CountOutputWalker not remove ORDER BY for MSSQL platform
#8580 commented on
Jul 5, 2025 • 0 new comments -
removeElement from EXTRA_LAZY collection is loading all elements
#8739 commented on
Jul 3, 2025 • 0 new comments -
Various ideas
#7383 commented on
Jul 3, 2025 • 0 new comments -
ORM does not track entities in every folders
#12021 commented on
Jul 2, 2025 • 0 new comments -
How to choose the right branch
#11208 commented on
Jul 2, 2025 • 0 new comments -
Allow to not Compare Object Types by reference
#5542 commented on
Jul 1, 2025 • 0 new comments -
[Feature] Ablity to write custom change detection logic for custom doctrine types
#11910 commented on
Jun 30, 2025 • 0 new comments -
Missing default length on ID field type string
#11382 commented on
Jun 30, 2025 • 0 new comments