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: v7.3.3
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: v7.3.4
Choose a head ref
  • 5 commits
  • 3 files changed
  • 3 contributors

Commits on Sep 2, 2025

  1. Configuration menu
    Copy the full SHA
    d19134d View commit details
    Browse the repository at this point in the history
  2. bug #61232 [Messenger] Firebird Database - incompatibility with expec…

    …ted lowercase columns (DSsatwareAG)
    
    This PR was squashed before being merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [Messenger] Firebird Database - incompatibility with expected lowercase columns
    
    Firebird Database -  incompatibility with expected lowercase columns
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix #61171
    | License       | MIT
    
    Fix ensures, for Firebird databases, the column names are consistently converted to lowercase before being processed by Doctrine Messenger. This resolves the incompatibility by providing Messenger with the expected lowercase column names, regardless of how Firebird returns them.
    
    Because the FirebirdPlatform is not part of the doctrine/dbal package, I was unable to use instanceof for platform detection. Instead, I implemented a string comparison to check for Firebird as the database platform.
    
    Commits
    -------
    
    6223362e4f5 [Messenger] Firebird Database - incompatibility with expected lowercase columns
    fabpot committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    da24405 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Merge branch '6.4' into 7.3

    * 6.4:
      [Cache] Fix internal representation of non-static values
      [Cache] Make `TagAwareAdapter` registrable as a service
      refactor: Unify & more humane translation message
      fix Resources translations validators.pt.xlf
      [Security] Pass attributes to nested `ChainUserProviders`
      [Validator] Update translation for the Video constraint
      [Messenger] Firebird Database - incompatibility with expected lowercase columns
      SQLSRV: Change column type from TEXT to STRING
      Fix exception catch when deleting temporary table in the sameDatabaseChecker
      [Serializer] Fix serializer crash due to asymmetric visibility on `protected(set)` properties
    nicolas-grekas committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    5fb7677 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. Configuration menu
    Copy the full SHA
    10eb5e8 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.3

    * 6.4:
      Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages
    nicolas-grekas committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    0641594 View commit details
    Browse the repository at this point in the history
Loading