Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: doctrine/orm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.6.x
Choose a base ref
...
head repository: Sitetheory/doctrine2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.7
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 7 files changed
  • 5 contributors

Commits on Dec 5, 2020

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

Commits on Dec 6, 2020

  1. Findby joined lookup (#8285)

    * [GH-7512] Bugfix: Load metadata on object-typed  value in EntityPersisters
    
    * [GH-7512] Refactor double check for object/entity and flatten code.
    
    Co-authored-by: Joe Mizzi <[email protected]>
    beberlei and themizzi authored Dec 6, 2020
    Configuration menu
    Copy the full SHA
    7e1d79d View commit details
    Browse the repository at this point in the history
  2. Fix Hidden fields triggering error when using getSingleScalarResult() (

    …#8340)
    
    * Fix Hidden fields triggering error when using getSingleScalarResult()
    
    Fixes #4257
    HIDDEN fields was causing the "unicity" check to fail (NonUniqueResultException), because we was counting raw data instead of gathered row data.
    
    * Fix Coding Standards (7.4)
    
    * Fix Coding Standards (7.4) #2
    
    * Fix Coding Standards (7.4) - Fix whitespaces
    
    * Fix Coding Standards (7.4) - Fix whitespaces in tests
    
    * Fix Coding Standards (7.4) - Fix more things
    
    * Refactor tests into separate methods
    
    * Fix Coding Standards (7.4) - Equals sign not aligned with surrounding assignments
    Mediagone authored Dec 6, 2020
    Configuration menu
    Copy the full SHA
    d83c0a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. onFlush and postFlush Entity Listeners

    Simply check if an onFlush or postFlush entity listener is subscribed
    for the current class in the entity manager during dispatch.
    alexgurrola committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    844274b View commit details
    Browse the repository at this point in the history
Loading