Skip to content

Conversation

@andribas404
Copy link
Contributor

Hello Anthony!
Problem solved is very small, just clarification of document string Cursor.callproc method that

Keyword parameters will be included after the positional parameters and are not returned as part of the output sequence.
Thank you for good python interface.

Signed-off-by: Andrey Petukhov APetukhov@bellintegrator.com

Thanks for contributing!

Before submitting PRs for cx_Oracle you must have your signed Oracle
Contributor Agreement
accepted. See
https://www.oracle.com/technetwork/community/oca-486395.html

If the problem solved is small, you may find it easier to open an Issue
describing the problem and its cause so we can create the fix.

The bottom of your commit message must have the following line using your name
and e-mail address as it appears in the OCA Signatories list.

Signed-off-by: Your Name <you@example.org> 

This can be automatically added to pull requests by committing with:

git commit --signoff 
Signed-off-by: Andrey Petukhov <APetukhov@bellintegrator.com>
@anthony-tuininga
Copy link
Member

Thanks. I've reviewed the changes and they are good. I'll adjust some of the formatting after its merged.

@anthony-tuininga anthony-tuininga merged commit a654bef into oracle:master Mar 28, 2019
anthony-tuininga added a commit that referenced this pull request Mar 28, 2019
anthony-tuininga added a commit that referenced this pull request Apr 17, 2019
…hat only positional arguments are returned (#287).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants