Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fixes for Oracle in PdoSessionHandler#25430

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

Closed
elislenio wants to merge4 commits intosymfony:2.7fromelislenio:2.7
Closed

Fixes for Oracle in PdoSessionHandler#25430

elislenio wants to merge4 commits intosymfony:2.7fromelislenio:2.7

Conversation

@elislenio
Copy link
Contributor

QA
Branch?2.7
Bug fix?yes
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets#18305
LicenseMIT
Doc PR

"WHEN NOT MATCHED THEN INSERT ($this->idCol,$this->dataCol,$this->lifetimeCol,$this->timeCol) VALUES (?, ?, ?, ?)".
"WHEN MATCHED THEN UPDATE SET$this->dataCol = ?,$this->lifetimeCol = ?,$this->timeCol = ?";
// MERGE is not supported with LOBs: http://www.oracle.com/technetwork/articles/fuecks-lobs-095315.html
returnnull;
Copy link
Member

@nicolas-grekasnicolas-grekasDec 11, 2017
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

not sure this is correct: you want $mergeSql to be null and to break out of the switch, but still have the next lines executed, isn't it?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

OK, nevermind :)
But you can remove the next line (the break)

@chalasrchalasr added this to the2.7 milestoneDec 11, 2017
@fabpot
Copy link
Member

Thank you@elislenio.

fabpot added a commit that referenced this pull requestDec 31, 2017
This PR was squashed before being merged into the 2.7 branch (closes#25430).Discussion----------Fixes for Oracle in PdoSessionHandler| Q             | A| ------------- | ---| Branch?       | 2.7 <!-- see below -->| Bug fix?      | yes| New feature?  | no <!-- don't forget to update src/**/CHANGELOG.md files -->| BC breaks?    | no| Deprecations? | no <!-- don't forget to update UPGRADE-*.md files -->| Tests pass?   | yes| Fixed tickets |#18305 <!-- #-prefixed issue number(s), if any -->| License       | MIT| Doc PR        |  <!--highly recommended for new features--><!--Fixes missing session data for Oracle in PdoSessionHandler-->Commits-------e7a4002 Fixes for Oracle in PdoSessionHandler
@fabpotfabpot closed thisDec 31, 2017
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@fabpotfabpotfabpot approved these changes

@nicolas-grekasnicolas-grekasnicolas-grekas approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

2.7

Development

Successfully merging this pull request may close these issues.

5 participants

@elislenio@fabpot@nicolas-grekas@chalasr@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp