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

Refs #29444 -- Added support for fetching a returned non-integer insert values on Oracle. #11462

Merged
merged 1 commit into from Jul 8, 2019

Conversation

codingjoe
Copy link
Sponsor Contributor

This is currently not actively used, since the ORM will ask the
SQL compiler to only return auto fields and none other. However
this will change in #29444.

@codingjoe
Copy link
Sponsor Contributor Author

buildbot, test on oracle.

@codingjoe codingjoe changed the title Ref #29444 -- Add multi db type return value support to Oracle Ref #29444 -- Added support for non-integer primary keys to Oracle Jun 10, 2019
@codingjoe
Copy link
Sponsor Contributor Author

@carltongibson I split the Oracle feature as requires from the main PR #9983

Copy link
Member

@felixxm felixxm left a comment

Choose a reason for hiding this comment

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

@codingjoe Thanks for this patch, great job 🎉 I left few comments.

django/db/backends/oracle/utils.py Outdated Show resolved Hide resolved
django/db/backends/oracle/utils.py Outdated Show resolved Hide resolved
django/db/backends/oracle/utils.py Outdated Show resolved Hide resolved
django/db/backends/oracle/utils.py Outdated Show resolved Hide resolved
django/db/backends/oracle/utils.py Outdated Show resolved Hide resolved
django/db/backends/oracle/utils.py Outdated Show resolved Hide resolved
django/db/backends/oracle/utils.py Outdated Show resolved Hide resolved
django/db/backends/base/operations.py Show resolved Hide resolved
docs/releases/3.0.txt Outdated Show resolved Hide resolved
tests/backends/oracle/test_utils.py Outdated Show resolved Hide resolved
@felixxm felixxm self-assigned this Jun 26, 2019
@felixxm felixxm changed the title Ref #29444 -- Added support for non-integer primary keys to Oracle Refs #29444 -- Added support for fetching a returned non-integer insert values on Oracle. Jul 8, 2019
…rt values on Oracle.

This is currently not actively used, since the ORM will ask the
SQL compiler to only return auto fields.
@felixxm felixxm merged commit bc91f27 into django:master Jul 8, 2019
@felixxm
Copy link
Member

felixxm commented Jul 8, 2019

@codingjoe Thanks!

@codingjoe codingjoe deleted the oracle_pk branch July 8, 2019 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants