-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge 3.3.x up into 3.4.x #11724
Merge 3.3.x up into 3.4.x #11724
Commits on Mar 8, 2024
-
Change `PESSIMISTIC_READ` to `PESSIMISTIC_WRITE`. Otherwise, the solution to the race condition at the bottom of the article would allow concurrent reads, which would not solve the presented race condition problem.
Configuration menu - View commit details
-
Copy full SHA for 0a49274 - Browse repository at this point
Copy the full SHA 0a49274View commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 129553d - Browse repository at this point
Copy the full SHA 129553dView commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e7efded - Browse repository at this point
Copy the full SHA e7efdedView commit details
Commits on Oct 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 039b032 - Browse repository at this point
Copy the full SHA 039b032View commit details -
Merge pull request #11691 from greg0ire/inherit-issue-templates
Inherit issue templates
Configuration menu - View commit details
-
Copy full SHA for 85fc950 - Browse repository at this point
Copy the full SHA 85fc950View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d821cb - Browse repository at this point
Copy the full SHA 4d821cbView commit details -
Merge pull request #11692 from greg0ire/inherit-issue-templates
Remove config.yml
Configuration menu - View commit details
-
Copy full SHA for af54a16 - Browse repository at this point
Copy the full SHA af54a16View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 021a9cc - Browse repository at this point
Copy the full SHA 021a9ccView commit details -
Merge pull request #11549 from doctrine/feature/allow-overriding-cascade
Allow overriding association's cascade
Configuration menu - View commit details
-
Copy full SHA for 05f5486 - Browse repository at this point
Copy the full SHA 05f5486View commit details
Commits on Oct 23, 2024
-
Is not correctly generated sql when changed/switched sqlFilter parame…
…ters CachedPersisterContext::$selectJoinSql should be clear or regenerated when sqlFilter changed The problem reproduce when in use fetch=EAGER and use additional sql filter on this property
Configuration menu - View commit details
-
Copy full SHA for 439b4da - Browse repository at this point
Copy the full SHA 439b4daView commit details -
Merge pull request #11694 from dbannik/Bug-join-sql-when-change-sqlFi…
…lter-parameters BUG: When changing SQLFilter parameter, resulting SQL query is not generated correctly
Configuration menu - View commit details
-
Copy full SHA for 3ca9529 - Browse repository at this point
Copy the full SHA 3ca9529View commit details
Commits on Oct 24, 2024
-
Merge pull request #11344 from d-ph/patch-2
Change the lock mode in the "Aggregate Fields" cookbook (aggregate-fields.rst) article.
Configuration menu - View commit details
-
Copy full SHA for 44fa8bb - Browse repository at this point
Copy the full SHA 44fa8bbView commit details
Commits on Oct 25, 2024
-
Run tests against PostgreSQL 17 (#11697)
* Run tests against PostgreSQL 17 * remove pgsql 15
Configuration menu - View commit details
-
Copy full SHA for 9e2bfa8 - Browse repository at this point
Copy the full SHA 9e2bfa8View commit details
Commits on Nov 11, 2024
-
Refine Explanations of Doctrine orm Package Structure (#11710)
* Update architecture.rst * Update architecture.rst
Configuration menu - View commit details
-
Copy full SHA for 4b03ec7 - Browse repository at this point
Copy the full SHA 4b03ec7View commit details
Commits on Nov 13, 2024
-
Add
isEmpty()
method to the Extra Lazy Associations tutorialExtra lazy support for it was added a long time ago (see #912) but was never properly documented.
Configuration menu - View commit details
-
Copy full SHA for ff3ccff - Browse repository at this point
Copy the full SHA ff3ccffView commit details
Commits on Nov 14, 2024
-
Merge pull request #11716 from acasademont/patch-1
Add `isEmpty()` method to the Extra Lazy Associations tutorial
Configuration menu - View commit details
-
Copy full SHA for d9aa6ef - Browse repository at this point
Copy the full SHA d9aa6efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43ce0be - Browse repository at this point
Copy the full SHA 43ce0beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d1b24f - Browse repository at this point
Copy the full SHA 7d1b24fView commit details -
Merge pull request #10065 from goetas/lazy-eager-collection-refresh
Lazy and eager collection refresh inconsistency
Configuration menu - View commit details
-
Copy full SHA for 486e406 - Browse repository at this point
Copy the full SHA 486e406View commit details
Commits on Nov 18, 2024
-
Bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4fbce94 - Browse repository at this point
Copy the full SHA 4fbce94View commit details -
Merge pull request #11718 from doctrine/dependabot/github_actions/2.2…
…0.x/codecov/codecov-action-5 Bump codecov/codecov-action from 4 to 5
Configuration menu - View commit details
-
Copy full SHA for ba11851 - Browse repository at this point
Copy the full SHA ba11851View commit details -
Ignore deprecation about StaticReflectionService
It is from a class that is deprecated and removed in later branches.
Configuration menu - View commit details
-
Copy full SHA for bb5b2a3 - Browse repository at this point
Copy the full SHA bb5b2a3View commit details -
Merge pull request #11719 from greg0ire/ignore-deprecation
Ignore deprecation about StaticReflectionService
Configuration menu - View commit details
-
Copy full SHA for f140651 - Browse repository at this point
Copy the full SHA f140651View commit details -
Fix
Events::onFlush
andPostFlush()
documentation: events are alw…Configuration menu - View commit details
-
Copy full SHA for 346c498 - Browse repository at this point
Copy the full SHA 346c498View commit details -
Merge pull request #11709 from lyrixx/fix-event-doc
Fix `Events::onFlush` and `PostFlush()` documentation: events are always raised
Configuration menu - View commit details
-
Copy full SHA for 58ad1d9 - Browse repository at this point
Copy the full SHA 58ad1d9View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8422a41 - Browse repository at this point
Copy the full SHA 8422a41View commit details -
Merge pull request #11556 from k00ni/patch-1
[Docs] unitofwork.rst: php => PHP
Configuration menu - View commit details
-
Copy full SHA for 82e2c98 - Browse repository at this point
Copy the full SHA 82e2c98View commit details
Commits on Nov 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2ff998d - Browse repository at this point
Copy the full SHA 2ff998dView commit details -
Merge pull request #11723 from greg0ire/3.3.x
Merge 2.20.x up into 3.3.x
Configuration menu - View commit details
-
Copy full SHA for 71e038c - Browse repository at this point
Copy the full SHA 71e038cView commit details