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.19.x and 3.0.x into 3.1.x #11284

Merged
merged 25 commits into from
Feb 21, 2024
Merged

Merge 2.19.x and 3.0.x into 3.1.x #11284

merged 25 commits into from
Feb 21, 2024

Commits on Feb 9, 2024

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

Commits on Feb 12, 2024

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

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    bf86155 View commit details
    Browse the repository at this point in the history
  2. Merge pull request doctrine#11255 from doctrine/2.18.x

    Merge 2.18.x up into 2.19.x
    greg0ire authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    afbf293 View commit details
    Browse the repository at this point in the history
  3. Merge pull request doctrine#11256 from greg0ire/3.0.x

    Merge 2.18.x up into 3.0.x
    greg0ire authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    bfb033f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. [Documentation] Adding link to Postgres upgrade article (doctrine#11257)

    * [Documentation] Adding link to Postgres upgrade article
    
    * Update UPGRADE.md
    
    * Update UPGRADE.md
    ThomasLandauer authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    3918dcf View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Remove unused trait

    greg0ire committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    aa3b331 View commit details
    Browse the repository at this point in the history
  2. Merge pull request doctrine#11265 from greg0ire/remove-unneeded-verif…

    …y-depr
    
    Remove unused trait
    greg0ire authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    6672aaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b3db4a View commit details
    Browse the repository at this point in the history
  4. Mark document as orphan

    It is here for backward compatibilty reasons.
    greg0ire committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    fe06470 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dba9d72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    401a0c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9a4adc View commit details
    Browse the repository at this point in the history
  8. Merge pull request doctrine#11267 from doctrine/2.18.x

    Merge 2.18.x up into 2.19.x
    greg0ire authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    b59189a View commit details
    Browse the repository at this point in the history
  9. Merge pull request doctrine#11268 from greg0ire/3.0.x

    Merge 2.18.x up into 3.0.x
    greg0ire authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    d5ba106 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Treat '0' as a legitimate trim char

    Because of a loose comparison, it was not.
    greg0ire committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    7c29078 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf408ad View commit details
    Browse the repository at this point in the history
  3. docs: recommend safer way to disable logging (doctrine#11269)

    * Remove trailing newlines
    
    * Recommend safer way to disable logging
    
    Resetting the middlewares on the configuration object will only work if
    the connection object hasn't been built from that configuration object
    yet. Instead, people should find the logger bound to the logging
    middleware and disable it.
    greg0ire authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    e4769d3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request doctrine#11270 from greg0ire/fix-trim-bug

    Treat '0' as a legitimate trim char
    greg0ire authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    efb6ceb View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Remove broken assertion from DateAddFunction and DateSubFunction (doc…

    …trine#11243)
    
    * Remove wrong asserts in DATE_ADD and DATE_SUB query AST function handlers
    
    * Require DBAL 3.8.2
    ondrejmirtes authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    b6b4cbc View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    0efac09 View commit details
    Browse the repository at this point in the history
  2. Merge branch '2.18.x' into 2.19.x

    * 2.18.x:
      Fix Static Analysis folder reference (doctrine#11281)
      docs: recommend safer way to disable logging (doctrine#11269)
      Remove unused baseline entries
      Treat '0' as a legitimate trim char
    derrabus committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c0dfba2 View commit details
    Browse the repository at this point in the history
  3. Merge branch '2.18.x' into 3.0.x

    * 2.18.x:
      Fix Static Analysis folder reference (doctrine#11281)
      docs: recommend safer way to disable logging (doctrine#11269)
      Remove unused baseline entries
      Treat '0' as a legitimate trim char
    derrabus committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    bc5efd4 View commit details
    Browse the repository at this point in the history
  4. Merge branch '2.19.x' into 3.1.x

    * 2.19.x:
      Fix Static Analysis folder reference (doctrine#11281)
      docs: recommend safer way to disable logging (doctrine#11269)
      Remove unused baseline entries
      Treat '0' as a legitimate trim char
      Add type field mapper documentation to the sidebar
      Mark document as orphan
      Use correction sectionauthor syntax
      Make docs valid according to guides 0.3.3 (doctrine#11252)
    derrabus committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    78dc63d View commit details
    Browse the repository at this point in the history
  5. Merge branch '3.0.x' into 3.1.x

    * 3.0.x:
      Remove broken assertion from DateAddFunction and DateSubFunction (doctrine#11243)
      Remove unused trait
      [Documentation] Adding link to Postgres upgrade article (doctrine#11257)
      fix: support array-type arg in QB variadic calls (doctrine#11242)
    derrabus committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    fcf1116 View commit details
    Browse the repository at this point in the history