Oracle NVARCHAR type and "Data Frame Type Mapping" #504
Answered
by
anthony-tuininga
DATA2PLAYvf
asked this question in
Q&A
-
Hello, I saw the new functionality "Data Frame Type Mapping". The documentation mention that oracledb.DB_TYPE_NVARCHAR have no mapping with Arrow. Is it a limit due to arrow ? Is it an oracledb limitation that will be considered soon ? Thanks ! Vincent |
Beta Was this translation helpful? Give feedback.
Answered by
anthony-tuininga
Jun 13, 2025
Replies: 1 comment 1 reply
-
It is an oversight. The use of NVARCHAR and NCHAR data is no longer common and is not recommended. But there should be no reason it shouldn't work. We'll get that corrected! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
And it has been corrected. See issue #505 .