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

Test for Second level cache with Version, DDC #7067 #7069

Merged
merged 2 commits into from
Feb 17, 2018

Commits on Feb 17, 2018

  1. Add test for L2C using optimistic locks

    As explained in doctrine#7067, fields with `@ORM\Version` annotation were not
    being added to L2C cached data.
    ‘Andrey Lukin’ authored and lcobucci committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    35d8c87 View commit details
    Browse the repository at this point in the history
  2. Add version fields into L2C data

    ‘Andrey Lukin’ authored and lcobucci committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    38032c1 View commit details
    Browse the repository at this point in the history