8000 Fixing DbalSessionHandler to work with a Oracle "limitation" or bug? by nuncanada · Pull Request #15074 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Fixing DbalSessionHandler to work with a Oracle "limitation" or bug? #15074

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

Closed
wants to merge 2 commits into from
Closed

Conversation

nuncanada
Copy link
Contributor
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #15050
License MIT
Doc PR

It will intermitently throw an ORA-0600 error when more than one
statement uses a CLOB bind with the same variable name.
Oracle's MERGE uses both an INSERT and an UPDATE triggering the bad
behaviour.
@fabpot
Copy link
Member
fabpot commented Aug 1, 2015

Thank you @nuncanada.

fabpot added a commit that referenced this pull request Aug 1, 2015
…n" or bug? (nuncanada)

This PR was submitted for the 2.8 branch but it was merged into the 2.3 branch instead (closes #15074).

Discussion
----------

Fixing DbalSessionHandler to work with a Oracle "limitation" or bug?

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #15050
| License       | MIT
| Doc PR        |

Commits
-------

c314659 Fixing DbalSessionHandler to work with a Oracle "limitation" or bug?
@fabpot fabpot closed this Aug 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0