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

Updating cxOracle to numpy type conversion. #191

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kadrlica
Copy link
Collaborator

@kadrlica kadrlica commented Mar 2, 2025

cxOracle now has a more fleshed out typing system. This has led in some inconsistencies in how we were doing the type conversion before (i.e., all BINARY_FLOAT and BINARY_DOUBLE data types were being converted to >f8). With the new typing available in cxOracle >= 8, we are now able to handle things more simple. I've also added some commented code that may work for ingesting booleans, but my understanding is that booleans are tricky in Oracle (#189).

This PR closes #190.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update cxOracle Type Mapping
1 participant