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

Fixed #33339 -- Made QuerySet.bulk_create() use TO_NCLOB() for TextFields on Oracle. #15149

Closed

Conversation

georgi-yanchev
Copy link
Contributor

TextField is of type NCLOB in Oracle, but inserted values were converted with TO_CLOB, instead of TO_NCLOB.

@felixxm felixxm changed the title #33339 Use TO_NCLOB for NCLOB fields. Fixed #33339 -- Made QuerySet.bulk_create() use TO_NCLOB() for TextFields on Oracle. Dec 3, 2021
@felixxm
Copy link
Member

felixxm commented Dec 3, 2021

@georgi-yanchev Thanks 👍

Merged in 9c1fe44.

@felixxm felixxm closed this Dec 3, 2021
@neykov neykov deleted the to_nclob_instead_of_to_clob branch December 3, 2021 13:07
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