Skip to content
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 2.20.x up into 3.3.x #11723

Merged
merged 17 commits into from
Nov 23, 2024
Merged

Merge 2.20.x up into 3.3.x #11723

merged 17 commits into from
Nov 23, 2024

Commits on Oct 23, 2024

  1. 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
    dbannik committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    439b4da View commit details
    Browse the repository at this point in the history
  2. Merge pull request doctrine#11694 from dbannik/Bug-join-sql-when-chan…

    …ge-sqlFilter-parameters
    
    BUG: When changing SQLFilter parameter, resulting SQL query is not generated correctly
    greg0ire authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3ca9529 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Run tests against PostgreSQL 17 (doctrine#11697)

    * Run tests against PostgreSQL 17
    
    * remove pgsql 15
    IndraGunawan authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9e2bfa8 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Add isEmpty() method to the Extra Lazy Associations tutorial

    Extra lazy support for it was added a long time ago
    (see doctrine#912) but was never properly
    documented.
    acasademont committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ff3ccff View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Merge pull request doctrine#11716 from acasademont/patch-1

    Add `isEmpty()` method to the Extra Lazy Associations tutorial
    greg0ire authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d9aa6ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43ce0be View commit details
    Browse the repository at this point in the history
  3. attempt a fix

    goetas committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7d1b24f View commit details
    Browse the repository at this point in the history
  4. Merge pull request doctrine#10065 from goetas/lazy-eager-collection-r…

    …efresh
    
    Lazy and eager collection refresh inconsistency
    greg0ire authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    486e406 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. 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]>
    dependabot[bot] authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    4fbce94 View commit details
    Browse the repository at this point in the history
  2. Merge pull request doctrine#11718 from doctrine/dependabot/github_act…

    …ions/2.20.x/codecov/codecov-action-5
    
    Bump codecov/codecov-action from 4 to 5
    greg0ire authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    ba11851 View commit details
    Browse the repository at this point in the history
  3. Ignore deprecation about StaticReflectionService

    It is from a class that is deprecated and removed in later branches.
    greg0ire committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    bb5b2a3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request doctrine#11719 from greg0ire/ignore-deprecation

    Ignore deprecation about StaticReflectionService
    greg0ire authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f140651 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    346c498 View commit details
    Browse the repository at this point in the history
  6. Merge pull request doctrine#11709 from lyrixx/fix-event-doc

    Fix `Events::onFlush` and `PostFlush()` documentation: events are always raised
    greg0ire authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    58ad1d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. unitofwork.rst: php => PHP

    k00ni authored and greg0ire committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8422a41 View commit details
    Browse the repository at this point in the history
  2. Merge pull request doctrine#11556 from k00ni/patch-1

    [Docs] unitofwork.rst: php => PHP
    greg0ire authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    82e2c98 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    2ff998d View commit details
    Browse the repository at this point in the history