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

Commits on Oct 15, 2019

  1. Fixes for Oracle MERGE implementation (DM-21748)

    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 committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    1d0c2db View commit details
    Browse the repository at this point in the history