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

Change the lock mode in the "Aggregate Fields" cookbook (aggregate-fields.rst) article. #11311

Closed
wants to merge 9 commits into from

Commits on Feb 4, 2024

  1. Remove array access

    greg0ire committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    0446f5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d734ab3 View commit details
    Browse the repository at this point in the history
  3. Merge branch '3.1.x' into 4.0.x

    * 3.1.x:
      Bump dependencies in the "getting started" docs page (doctrine#11219)
      DoctrineSetup was renamed to ORMSetup (doctrine#11218)
    derrabus committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    615eb92 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Merge branch '3.1.x' into 4.0.x

    * 3.1.x:
      Add TokenType class (doctrine#11228)
      Revert "Merge pull request doctrine#11229 from greg0ire/add-columns"
      Add columns for 3.1.x and 4.0x
      Update version ORM from 2 to 3 in docs (doctrine#11221)
      Clean up outdated sentence (doctrine#11224)
      Update README.md
      Point link to correct upgrade guide (doctrine#11220)
      Ignore subclasses without discriminatorValue when generating discriminator column condition SQL (doctrine#11200)
      Update branches in README
    derrabus committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    0917109 View commit details
    Browse the repository at this point in the history
  2. Merge branch '3.1.x' into 4.0.x

    * 3.1.x:
      Remove references to deprecated constants from Lexer (doctrine#11234)
    derrabus committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    5733ece View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Merge branch '3.1.x' into 4.0.x

    * 3.1.x:
      Fix Static Analysis folder reference (doctrine#11281)
      Remove broken assertion from DateAddFunction and DateSubFunction (doctrine#11243)
      Account for inversedBy being a non-falsy-string or null
      Improve static analysis on AttachEntityListenersListener
      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
      Remove unused trait
      [Documentation] Adding link to Postgres upgrade article (doctrine#11257)
      Validate more variadic parameters (doctrine#11261)
      Throw if a variadic parameter contains unexpected named arguments (doctrine#11260)
      Make docs valid according to guides 0.3.3 (doctrine#11252)
      fix: support array-type arg in QB variadic calls (doctrine#11242)
    derrabus committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    cbab4d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Merge branch '3.1.x' into 4.0.x

    * 3.1.x:
      Backport QueryParameterTest (doctrine#11288)
      Test different ways of settings query parameters
      Be less restrictive in DiscriminatorColumnMapping phpdoc (doctrine#11226)
      Allow (Array)ParameterType in QueryBuilder
      Do not implicitly cast glob's return type
      Do not cast file_put_contents's return type
      Do not implicitly cast getLockTime()'s return type
      Do not implicitly cast getLockContent()'s return value
    derrabus committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c5ef72d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Merge pull request doctrine#11304 from doctrine/3.1.x

    Merge 3.1.x up into 4.0.x
    greg0ire authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    7679fc0 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Update aggregate-fields.rst

    Change `PESSIMISTIC_READ` to `PESSIMISTIC_WRITE`. Otherwise, the solution to the race condition at the bottom of the article would allow concurrent reads, which would not solve the presented race condition problem.
    d-ph authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    a82d07f View commit details
    Browse the repository at this point in the history