Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[HttpFoundation] smaller fixes for PdoSessionHandler#11009
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…s, fix merge for sqlsrv and oracle
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
TODO: Needs holdlock...http://weblogs.sqlteam.com/dang/archive/2009/01/31/UPSERT-Race-Condition-With-MERGE.aspx
Tobion commentedJun 4, 2014
@fabpot ready |
fabpot commentedJun 4, 2014
Thank you@Tobion. |
This PR was merged into the 2.3 branch.Discussion----------[HttpFoundation] smaller fixes for PdoSessionHandler| Q | A| ------------- | ---| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#10652| License | MITFor both the PdoSessionHandler and DbalSessionHandler-#10652 (comment): Transactional DELETE + INSERT does not work as expected-#10652 (comment): sqlsrv 2005 does not support the MERGE SQL, and if used it requires an HOLDLOCK- missing time update for sqlsrv and oracleCommits-------a0e1d4d [Doctrine Bridge] fix DBAL session handler according to PdoSessionHandler00d707f [HttpFoundation] use different approach for duplicate keys in postgres, fix merge for sqlsrv and oracle
This PR was merged into the 2.3 branch.Discussion----------[HttpFoundation] fix switch statement| Q | A| ------------- | ---| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#11009| License | MITCommits-------da24bc9 [HttpFoundation] fix switch statement
fabpot commentedJun 6, 2014
@Tobion Can you help me merge this one on master? |
Tobion commentedJun 6, 2014
Yes I'll make a PR. |
Tobion commentedJun 6, 2014
This PR was merged into the 2.3-dev branch.Discussion----------[HttpFoundation]#11009 for master| Q | A| ------------- | ---| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets || License | MITCommits-------8d375ca [HttpFoundation] merge#11009 into master
For both the PdoSessionHandler and DbalSessionHandler