Replies: 1 comment 1 reply
-
Apologies for the lengthy delay! There is no way to do this today. The object support could be enhanced to look at the scale and precision and do the same thing that happens when fetching numbers. If that is of interest to you, please add an enhancement request. |
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
-
I'd like to use Advanced Queuing with object type queues for implementing publish/subscribe queues in Oracle.
The object type returned by dequeue is defined as:
Unfortunately I couldn't figure out how to specify oracle to python data type conversion for the
NUMBER(12,0)
attributes. They are currently returned as float while I'd rather needint
orDecimal
:Is there a way to force a type conversion to
int
?Beta Was this translation helpful? Give feedback.
All reactions