Add way to handle DPY-3007: database type "DB_TYPE_INTERVAL_YM" is not supported · Issue #310 · oracle/python-oracledb (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Description
- Describe your new request in detail
As known and described in the official documentation database type DB_TYPE_INTERVAL_YM
is not supported. But what is unclear is how to mitigate this limitation.
For example, when running SELECT * FROM "MYDB"."SOMETABLE"
an error is thrown:
DPY-3007: database type "DB_TYPE_INTERVAL_YM" is not supported
The expected behaviour would be to replace unsupported values with some UNSUPPORTED
token or just None
. Otherwise it's becomes impossible to use SELECT *
in case when it's potentially possible to have unsupported types.
- Give supporting information about tools and operating systems. Give relevant product version numbers
- Ubuntu 22.04.1 2 x86_64 GNU/Linux
- Python 3.11.5
- oracledb 2.1.0