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: symfony/doctrine-messenger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ccd5b7e
Choose a base ref
...
head repository: symfony/doctrine-messenger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6bfd3c9
Choose a head ref
  • 8 commits
  • 1 file changed
  • 4 contributors

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    f1f667f View commit details
    Browse the repository at this point in the history
  2. bug #52459 [Cache][HttpFoundation][Lock] Fix PDO store not creating t…

    …able + add tests (HypeMC)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Cache][HttpFoundation][Lock] Fix PDO store not creating table + add tests
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | -
    | License       | MIT
    
    Unlike e.g. SQLite, PostgreSQL doesn't throw an exception on `$conn->prepare()` if the table is missing, it instead throws it on `$stmt->execute()`, so the table never gets created.
    
    The table used to get created, but the behavior was broken with #43332.
    
    Commits
    -------
    
    cb5d832e4e9 [Cache][Lock] Fix PDO store not creating table + add tests
    nicolas-grekas committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    a16624a View commit details
    Browse the repository at this point in the history
  3. Merge branch '5.4' into 6.3

    * 5.4:
      [Cache][Lock] Fix PDO store not creating table + add tests
      Closes #51936-Added Missing translations for Czech (cs) in validators.cs.xlf file
      Added missing translations in turkish and updated validators.tr.xlf
      [Serializer] Fix denormalizing date intervals having both weeks and days
      [Validator] updated Turkish translation
      [Serializer] Fix denormalize constructor arguments
      Add some more non-countable English nouns
      Add hint that changing input arguments has no effect
      [DomCrawler] Revert "bug #52579 UriResolver support path with colons"
      [VarExporter] Fix handling mangled property names returned by __sleep()
      Update Github template for 7.1
    nicolas-grekas committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    14df8d7 View commit details
    Browse the repository at this point in the history
  4. Merge branch '6.3' into 6.4

    * 6.3:
      [Cache][Lock] Fix PDO store not creating table + add tests
      Closes #51936-Added Missing translations for Czech (cs) in validators.cs.xlf file
      Added missing translations in turkish and updated validators.tr.xlf
      [Serializer] Fix denormalizing date intervals having both weeks and days
      [Validator] updated Turkish translation
      [Serializer] Fix denormalize constructor arguments
      Add some more non-countable English nouns
      Add hint that changing input arguments has no effect
      [DomCrawler] Revert "bug #52579 UriResolver support path with colons"
      [VarExporter] Fix handling mangled property names returned by __sleep()
      Update Github template for 7.1
    nicolas-grekas committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    c736993 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

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

Commits on Dec 1, 2023

  1. Merge branch '5.4' into 6.3

    * 5.4:
      run composer update for compatibility with PHPUnit versions shipping composer.lock
      add parameter types in query builder
    xabbuh committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b225f86 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.3' into 6.4

    * 6.3:
      run composer update for compatibility with PHPUnit versions shipping composer.lock
      add parameter types in query builder
    xabbuh committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    7131e99 View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.4' into 7.0

    * 6.4:
      run composer update for compatibility with PHPUnit versions shipping composer.lock
      [AssetMapper] Upgrade asset mapper to 6.4 fails due to invalid entries "downloaded_to" and "preload"
      add parameter types in query builder
    xabbuh committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6bfd3c9 View commit details
    Browse the repository at this point in the history
Loading