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

[GH-7633] disallow cache partial objects #8050

Merged
merged 4 commits into from Mar 15, 2020

Commits on Mar 1, 2020

  1. [doctrineGH-7633] Bugfix: Partial queries were stored in 2LC.

    There was a check in DefaultQueryCache that prevented partial queries,
    because they are not supported. However the checked hint
    Query::HINT_FORCE_PARTIAL_LOAD is optional, so cant be used to prevent
    caching partial DQL queries.
    
    Introduce a new hint that the SqlWalker sets on detecing a PARTIAL
    query and throw an exception in the DefaultQueryCache if thats found.
    beberlei committed Mar 1, 2020
    Copy the full SHA
    68c348d View commit details
    Browse the repository at this point in the history
  2. Housekeeping: CS

    beberlei committed Mar 1, 2020
    Copy the full SHA
    57d64bf View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c4a8d2c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. Copy the full SHA
    2ab20bb View commit details
    Browse the repository at this point in the history