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

DM-21748: Fixes for Oracle MERGE implementation #198

Merged
merged 1 commit into from Oct 15, 2019
Merged

Conversation

andy-slac
Copy link
Contributor

The _Merge class has to inherit Executable so that Connection can
execute it, the order of base classes for _Merge is important. Call to
bindparam() in generated MERGE needs a type_ argument to correctly
interpret parameter data using all registered type decorators.

Copy link
Contributor

@MichelleGower MichelleGower left a comment

Choose a reason for hiding this comment

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

Code changes match discussion. Changes fixed failures when running ci_hsc_gen3 with Oracle.

The _Merge class has to inherit Executable so that Connection can
execute it, the order of base classes for _Merge is important. Call to
bindparam() in generated MERGE needs a `type_` argument to correctly
interpret parameter data using all registered type decorators.
@andy-slac andy-slac merged commit 23c1198 into master Oct 15, 2019
@timj timj deleted the tickets/DM-21748 branch April 22, 2020 22:03
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.

None yet

2 participants